PowerCLI Reference

Get-TrustAuthorityKeyProviderClientCertificate

Synopsis

This cmdlet retrieves the client certificate from the specified Trust Authority key provider in the connected Trust Authority vCenter Server system.

Syntax

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

Related Commands

Online Version
New-TrustAuthorityKeyProviderClientCertificate
Export-TrustAuthorityKeyProviderClientCertificate
Set-TrustAuthorityKeyProviderClientCertificate

Detailed Description

This cmdlet retrieves the client certificate 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 which you want to retrieve the client certificates.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.Security.Cryptography.X509Certificates.X509Certificate2

Notes

Examples

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

Get-TrustAuthorityKeyProviderClientCertificate -KeyProvider myKeyProvider

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


Copyright © VMware, Inc. All rights reserved.