755 B
755 B
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | Let's Encrypt | Automatically manage your SSL certificate using Let's Encrypt. | 2017-04-30 13:28 | true | false | true | true |
Setup and manage a let's encrypt certificate. The first run will create the certificate and every other run will renew it if they will expire in 30 days. All other run make nothing.
{
"email": "example@example.com",
"domains": ["example.com", "mqtt.example.com", "hass.example.com"],
}
Option variables:
- email (Required): default empty. Your email for register on let's encrypt with your domains.
- domains (Required): default empty list. A list of domains for create/renew the certificate.