Modify SSL certificate configuration
Modifies configuration regarding certificate management. Allows enabling or disabling certificate autorenewal using Let's Encrypt service.
Request body
New values for certificate management configuration.
| Property | Type & Description |
|---|---|
letsEncrypt boolean If enabled Let's Encrypt service will be used to obtain SSL certificates and renew them before expiration. Otherwise certificates must be manually provided. | |
Request Examples
{
"letsEncrypt": true
}Responses
Certificate configuration has been successfully modified.
Invalid request.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}Unauthorized request.
Forbidden request.
Internal server error.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}