Registers a new SSL certificate on your system.
Endpoint
POST /certificates/add
Request structure
Not applicable
Return codes
|
Status code |
HTTP name |
Description |
|---|---|---|
| 202 | OK | The certificate was successfully processed. |
| 400 | Bad Request | The request is invalid or improperly formatted. |
| 401 | Unauthorized | Access was denied because the credentials are not valid. |
| 405 | Method Not Allowed | The specified HTTP method is not allowed for administrative data. Resend using POST. |
| 409 | HTTP 409 Conflict | The specified certificate already exists. |
| 500 | Internal Server Error | There was an error with the server. |