PowerCLI Reference

Get-TrustAuthorityKeyProviderClientCertificateCSR

Synopsis

This cmdlet retrieves the client certificate Certificate Signing Request (CSR) from the specified Trust Authority key provider in the connected Trust Authority vCenter Server system.

Syntax

Get-TrustAuthorityKeyProviderClientCertificateCSR [-KeyProvider] <TrustAuthorityKeyProvider[]> [-Server <VIServer[]>] [-TrustAuthorityCluster <TrustAuthorityCluster>] [<CommonParameters>]

Related Commands

Online Version
New-TrustAuthorityKeyProviderClientCertificateCSR

Detailed Description

This cmdlet retrieves the client certificate Certificate Signing Request (CSR) from the specified Trust Authority key provider in the connected Trust Authority vCenter Server system.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
KeyProviderTrustAuthorityKeyProvider[]Specifies the Trust Authority key providers from where you want to retrieve the client certificate CSRs.trueTrue (ByValue)
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 the Connect-VIServer cmdlet.falseFalse
TrustAuthorityClusterTrustAuthorityClusterSpecifies the Trust Authority cluster where the Trust Authority key provider resides.falseFalse

Return Type

System.String

Notes

Examples

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

Get-TrustAuthorityKeyProviderClientCertificateCSR -KeyProvider myKeyProvider

Retrieves the client certificate CSR from the Trust Authority myKeyProvider key provider.


Copyright © VMware, Inc. All rights reserved.