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 [-KmsCluster] <KmsCluster> [-CertificateSigningRequest] [-FilePath <String>] [-Server <VIServer[]>] [-WhatIf] [-Confirm] [<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
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 newly created self-signed certificate or certificate-signing request

Notes

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.


Copyright © VMware, Inc. All rights reserved.