NSX-T Data Center 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.
A CRL can be in the PEM X.509 format (crl_type=X509) or JSON OneCRL
(crl_type=OneCRL).
If crl_type is not specified, it is auto-detected based on the presence of
fields pem_encoded or one_crl.
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/trust-management/crls?action=import
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    CrlObjectData+
  Example Request:
POST https://<nsx-mgr>/api/v1/trust-management/crls?action=import { "pem_encoded": "-----BEGIN X509 CRL-----Successful Response:
Response Code:
                201 Created
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    CrlList+
  