Syntax
Get-KmipClientCertificate [-KmsCluster] <KmsCluster> [-CertificateSigningRequest] [-FilePath <String>] [-Server <VIServer[]>] [-Confirm] [-WhatIf] [<CommonParameters>]Related Commands
Online VersionDetailed Description
This cmdlet retrieves the latest generated self-signed certificate or certificate-signing request for the key management server cluster. The self-signed certificate or certificate-signing request is available until the key management server cluster is updated with the generated certificate by using the Set-KmsCluster cmdlet.Parameters
Return Type
The self-signed client certificate or the certificate-signing request to be signed by the key management serverNotes
Examples
-------------------------- Example 1 --------------------------
Get-KmipClientCertificate -KmsCluster $kmsCluster
Retrieves the latest generated self-signed client certificate for the $kmsCluster key management server cluster.
-------------------------- Example 2 --------------------------
Get-KmipClientCertificate -KmsCluster $kmsCluster -CertificateSigningRequest -FilePath $filePath
Retrieves the latest generated certificate-signing request for the $kmsCluster key management server cluster and exports it to the $filePath file path.