mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-09 04:29:03 +00:00
1.2 KiB
1.2 KiB
layout, title, description, date, sidebar, comments, sharing, footer, featured
layout | title | description | date | sidebar | comments | sharing | footer | featured |
---|---|---|---|---|---|---|---|---|
page | Let's Encrypt | Automatically manage your SSL certificate using Let's Encrypt. | 2017-04-30 13:28 | true | false | true | true | false |
You should not use this if you are also using the [DuckDNS add-on]. The DuckDNS add-on has integrated Let's Encrypt support.
Setup and manage a Let's Encrypt certificate. This addon will create a certificate on the first run and will auto-renew if the certificate is within 30 days of expiration.
{
"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.
{% linkable_title Home Assistant configuration %}
Use the following configuration in Home Assistant to use the generated certificate:
http:
base_url: https://my-domain.tld:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
If you use another port such as 8123
or an SSL proxy, change the port number.