Lets Encrypt Settings

Get

get

Retrieve the Let's Encrypt settings.

Query parameters
SiteIdinteger · int32Optional

Site ID for which to retrieve Let's Encrypt settings (optional)

Responses
200

Success

application/json; api-version=1.0
get
/api/LetsEncryptSettings

Update

put

Modify the Let's Encrypt settings. For each setting, the request has a corresponding parameter. To modify a setting, specify a matching parameter and its value.

Query parameters
SiteIdinteger · int32Optional

Site ID for which to update the Let's Encrypt settings (optional)

Body

Update the Let's Encrypt settings

termsAcceptedboolean | nullableOptional

Whether Let's Encrypt Terms are accepted.

expirationEmailsstring[] | nullableOptional

The list of email addresses where expiration emails will be sent.

autoRenewCertBeforeExpirationDaysinteger · int32 | nullableOptional

The amount of days before expiration for automatic renewal to take place. Accepted values: 1-60 days; 0 for 'Never'.

replicateboolean | nullableOptional

>Whether Replicate is enabled.

Responses
put
/api/LetsEncryptSettings

No content

Last updated

Was this helpful?