Remove-TrustAuthorityKeyProviderServerCertificate

This cmdlet removes the specified Trust Authority key provider server certificates from their location. The certificate is no longer trusted by the Trust Authority key provider in the Trust Authority vCenter Server system.

Syntax


Parameters

Required Parameter Name Type Position Features Description
required
ServerCertificate
TrustAuthorityKeyProviderServerCertificate[] named
  • pipeline
  • Specifies the server certificates that you no longer want to be trusted.

    Output

    Examples


    Example 1

    $servercert = Get-TrustAuthorityKeyProviderServerCertificate -KeyProvider mykp | select -First 1
    Remove-TrustAuthorityKeyProviderServerCertificate -ServerCertificate $servercert

    Removes the first trusted server certificate from the mykp Trust Authority key provider.

    Related Commands

    Feedback

    Was this page helpful?