Update an existing certificate authority

Update an existing certificate authority

Body required
application/json

Certificate authority to update

certificate
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 (FiniteDuration)
timeout
string | null (FiniteDuration)
proxy
string | null
cacheTimeToIdle
string | null (FiniteDuration)
downloadable
boolean
Responses
  • 200 Certificate authority successfully updated
    _id
    string (Internal ID) required

    Object internal ID

    certificate
    object (CFCertificate) 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 (FiniteDuration)
    timeout
    string | null (FiniteDuration)
    proxy
    string | null
    cacheTimeToIdle
    string | null (FiniteDuration)
    downloadable
    boolean
  • 400 Bad Request
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error