Syntax
New-KmipClientCertificate [-KmsCluster] <KmsCluster> [-CertificateSigningRequest] [-FilePath <String>] [-Server <VIServer[]>] [-Confirm] [-WhatIf] [<CommonParameters>]Related Commands
Online VersionDetailed Description
This cmdlet creates a new self-signed certificate or certificate-signing request for the key management server cluster.Parameters
Return Type
The newly created self-signed certificate or certificate-signing requestNotes
Examples
-------------------------- Example 1 --------------------------
New-KmipClientCertificate -KmsCluster $kmsCluster
Creates a self-signed client certificate for the $kmsCluster key management server cluster.
-------------------------- Example 2 --------------------------
New-KmipClientCertificate -KmsCluster $kmsCluster -CertificateSigningRequest -FilePath $filePath
Creates a certificate-signing request for the $kmsCluster key management server cluster and exports it to the $filePath file path.