Actions
Update Certificate Status
Update a certificate’s status.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Decline Reason | Reason for the decline. The parameter is only supported if the Operation value is DECLINE. |
| Operation | The operation on the certificate.SUSPEND and UNSUSPEND operations are valid only for certificates in a state of READY or ACTIVE.APPROVE and DECLINE operations are valid only for certificates in a state of PENDING. |
| Tracking ID | The tracking ID of the required certificate. |
{
"trackingId": 0,
"endEntityCert": "string",
"chainCerts": [
"string"
],
"serialNumber": "string",
"expiresAfter": "2025-04-07T12:37:13.462Z",
"pickupUrl": "https://www.entrust.net/ssl/certpickup.cfm?id=5555555-0C227220-A9C9-46A9-95B7-E412C4264F5F",
"pkcs12": "string",
"vmcHostingDetails": [
{
"domain": "example.com",
"certificateUrl": "https://bimi.entrust.net/example.com/certificatechain.pem",
"logoUrl": "https://bimi.entrust.net/example.com/logo.svg"
}
]
}
Was this page helpful?