HTTP Method | URL | Parameters | Description | Response |
---|---|---|---|---|
GET | /api/public/ssl /certificates | (none) | Provides a list of the installed SSL certificates | Array containing the list of SSL certificates installed |
POST | /api/public/ssl /certificate | Required Parameters
Optional Parameter
|
Installs a SSL certification present on the Host System to the Certificates portlet. | When successful, 201 response code with URI of created resource in the Location HTTP response header. When unsuccessful, 4xx or 5xx response code with ReturnStatus object in the body. |
POST | /api/public/ssl/certificate_file | Required Parameters
|
Installs a SSL certificate from the file uploaded to the Certificates portlet. | When successful, 201 response code with URI of created resource in the Location HTTP response header. When unsuccessful, 4xx or 5xx response code with ReturnStatus object in the body. |
DELETE | /api/public/ssl/certificate | Required Parameters
|
Removes an existing SSL certificate registered with a given alias name from the Certificates portlet | (none) |