Change CT status
PUT https://www.digicert.com/services/v2/order/certificate/{{order_id}}/ct-status
Notice
To use this endpoint, CT logging must be enabled for your account and the per certificate CT logging option must be activated. (See Allow users to keep certificates out of CT logs.)
Use this endpoint to change the CT logging status of an order.
Danger
Before you start using this endpoint to change the CT logging status for issued certificates, make sure you have a process in place to reissue these certificates immediately and automatically. Make sure the process mitigates confusion and can guarantee that a certificate’s CT logging status is in sync with latest version of the issued certificate. Note that once a certificate is in public CT logs, it doesn’t come out. You can reissue the certificate and keep the reissued version out of CT logs but the original or previously issued version of the certificate will remain there.
Example requests and responses
Request parameters
Name | Req/Opt | Type | Description |
---|---|---|---|
disable_ct | required | bool | Specify if CT logging should be disabled.
|