Disable CRL
- Print
- PDF
Disable CRL
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Disable a CRL applied to a trust anchor.
API
- POST /trust-anchors/{trustAnchorId}/crls/{crlId}/disable
Request
Path variables
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
trustAnchorId | Y | string | Trust anchor ID | |
crlId | Y | string | CRL ID |
Response
Body
{
"crlId": "string",
"crlNrn": "string",
"crlData": "string",
"enabled": boolean,
"name": "string",
"trustAnchorNrn": "string",
"createTime": "string",
"updateTime": "string"
}
Response fields
Item | Type | Description |
---|---|---|
crlId | string | CRL ID |
crlNrn | string | CRL NRN |
crlData | string | CRL file data |
enabled | boolean | CRL activation status |
name | string | CRL name |
trustAnchorNrn | string | NRN of the trust anchor with CRL applied |
createTime | string | Creation time |
updateTime | string | Modification time |
Was this article helpful?