NSX Autonomous Edge REST API
Add a New Certificate Revocation List
Adds a new certificate revocation list (CRL). The CRL is used to verify theclient certificate status against the revocation lists published by the CA.
For this reason, the administrator needs to add the CRL in certificate
repository as well.
Request:
Method:
POST
URI Path(s):
/trust-management/crls
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
CrlObjectData+
Example Request:
{ "pem_encoded": "-----BEGIN X509 CRL-----Successful Response:
Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
CrlList+