PowerCLI Reference

New-KmipClientCertificate

Synopsis

This cmdlet creates a new self-signed certificate or certificate-signing request for the key management server cluster.

Syntax

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

Related Commands

Online Version
Get-KmipClientCertificate

Detailed Description

This cmdlet creates a new self-signed certificate or certificate-signing request for the key management server cluster.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
KeyProviderKmsClusterSpecifies the key provider 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 cmdlet.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 newly created self-signed certificate or certificate-signing request

Notes

Examples

-------------------------- Example 1 --------------------------

New-KmipClientCertificate -KeyProvider $keyProvider

Creates a self-signed client certificate for the $keyProvider key provider.

-------------------------- Example 2 --------------------------

New-KmipClientCertificate -KeyProvider $keyProvider -CertificateSigningRequest -FilePath $filePath

Creates a certificate-signing request for the $keyProvider key provider and exports it to the $filePath file path.


Copyright © VMware, Inc. All rights reserved.