Let's Encrypt
Setup and manage a Let’s Encrypt certificate. This will create a certificate on the first run and renew it if the certificate is expiring in the next 30 days.
{
"email": "example@example.com",
"domains": ["example.com", "mqtt.example.com", "hass.example.com"]
}
Configuration variables:
- email (Required): Your email address for registration on Let’s Encrypt.
- domains (Required): A list of domains to create/renew the certificate.