Create CRL
- Print
- PDF
Create CRL
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
Create a certificate revocation list (CRL) to apply to a trust anchor.
Request
This section describes the request format. The method and URI are as follows:
Method | URI |
---|---|
POST | /api/v1/trust-anchors/{trustAnchorId}/crls |
Request headers
For information about the headers common to all Sub Account APIs, see Sub Account request headers.
Request path parameters
You can use the following path parameters with your request:
Field | Type | Required | Description |
---|---|---|---|
trustAnchorId | String | Required | Trust anchor ID |
Request body
You can include the following data in the body of your request:
Field | Type | Required | Description |
---|---|---|---|
name | String | Required | CRL name
|
crlData | String | Required | CRL file data
|
enabled | Boolean | Optional | Status
|
Request example
The request example is as follows:
Response
This section describes the response format.
Response body
The response body includes the following data:
Field | Type | Required | Description |
---|---|---|---|
crlId | String | - | CRL ID |
crlNrn | String | - | NAVER Cloud Platform resource identification value for CRL |
crlData | String | - | CRL file data |
enabled | Boolean | - | Status
|
name | String | - | CRL name |
trustAnchorNrn | String | - | NAVER Cloud Platform resource identification value for trust anchor |
createTime | String | - | Creation date and time
|
updateTime | String | - | Last modification date and time
|
Response status codes
For information about the HTTP status codes common to all Sub Account APIs, see Sub Account status codes.
Response example
The response example is as follows:
Was this article helpful?