New-TrustAuthorityKeyProviderClientCertificateCSR

This cmdlet creates the client certificate Certificate Signing Request (CSR) for the specified Trust Authority key providers in the Trust Authority vCenter Server system.

Syntax

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

Parameters

Required Parameter Name Type Position Features Description
required
KeyProvider
TrustAuthorityKeyProvider named
  • pipeline
  • Specifies the Trust Authority key provider for which you want to generate the client certificate CSR.
    optional
    Server
    VIServer[] named Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-VIServer cmdlet.
    optional
    TrustAuthorityCluster
    TrustAuthorityCluster named Specifies the Trust Authority cluster where the Trust Authority key provider resides.

    Output

    System.String

    Examples


    Example 1

    New-TrustAuthorityKeyProviderClientCertificateCSR -KeyProvider mykp

    Creates the client certificate CSR for the Trust Authority key provider mykp.

    Related Commands

    Feedback

    Was this page helpful?