Update a certificate’s status.

Parameters

ParameterDescription
Decline ReasonReason for the decline. The parameter is only supported if the Operation value is DECLINE.
OperationThe 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 IDThe tracking ID of the required certificate.

Example Output

{
	"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"
		}
	]
}

Workflow Library Example

Update Certificate Status with Entrust Certificate Services and Send Results Via Email

Preview this Workflow on desktop