PowerCLI Reference

Get-KmipClientCertificate

Synopsis

This cmdlet retrieves the latest generated self-signed certificate or certificate-signing request for the key management server cluster.

Syntax

Get-KmipClientCertificate [-KmsCluster] <KmsCluster> [-CertificateSigningRequest] [-FilePath <String>] [-Server <VIServer[]>] [-Confirm] [-WhatIf] [<CommonParameters>]

Related Commands

Online Version
New-KmipClientCertificate

Detailed 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

NameTypeDescriptionRequired?Pipeline InputDefault Value
KmsClusterKmsClusterSpecifies the key management server cluster for which you want to use the certificate as a client certificate.trueTrue (ByValue)
CertificateSigningRequestSwitchParameterIndicates whether a certificate-signing request should be retrieved. This certificate-signing request should be signed by the key management server and uploaded to the vCenter Server system.falseFalse
ConfirmSwitchParameterIf the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation.falseFalse
FilePathStringSpecifies the file path to which you want to export the self-signed certificate or certificate-signing request.falseFalse
ServerVIServer[]Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.falseFalse
WhatIfSwitchParameterIndicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falseFalse

Return Type

The self-signed client certificate or the certificate-signing request to be signed by the key management server

Notes

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.


Copyright © VMware, Inc. All rights reserved.