Retrieve an existing certificate authority

Retrieve an existing certificate authority based on its name

Path parameters
name
string required
Responses
  • 200 The certificate authority
    certificate
    object (Certificate) required
    _id
    string required
    name
    string required
    trustedForClientAuthentication
    boolean required
    trustedForServerAuthentication
    boolean required
    outdatedRevocationStatusPolicy
    string required
    Enum revoked unknown lastavailablestatus
    public
    boolean required
    subjectKeyIdentifier
    string | null
    responderUrl
    string | null
    crlUrl
    string | null
    refresh
    string | null
    timeout
    string | null
    proxy
    string | null
    cacheTimeToIdle
    string | null
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error