/csr
v1 Endpoints
REST Endpoint |
Description |
GraphQL Query | CDM Availability |
|---|---|---|---|
| GET /csr | Returns a list of summaries for every outstanding certificate signing request (CSR). | Available | |
| POST /csr | Generates a new private key and returns a base64 encoded PKCS#10 certificate signing request (CSR). | Available | |
| DELETE /csr/{id} | Deletes a certificate signing request corresponding to the provided ID. | Available |