Overview
SSL server certificates are available from several trusted sources. To obtain a certificate created by a certificate authority (CA), you need to create a certificate signing request (CSR) and give it to the CA. The CA then generates the requested certificate and makes it available to you.
API call
PUT /certificates/system/csr
Request body
{ "modelVersion": "string", "distinguishedName": "string", "subjectAltName": "string", "request": "string" }
Return codes
Status code |
HTTP name |
Description |
---|---|---|
201 | Created | The certificate was created successfully. |
400 | Bad Request | The request body contains an invalid entry, an invalid value for an entry, or invalid JSON. |
409 | Conflict | The certificate already exists. |