diff --git a/addons/lets_encrypt/index.html b/addons/lets_encrypt/index.html index 4f8b63fe2f..dc32cfc9f3 100644 --- a/addons/lets_encrypt/index.html +++ b/addons/lets_encrypt/index.html @@ -79,6 +79,13 @@
  • email (Required): Your email address for registration on Let’s Encrypt.
  • domains (Required): A list of domains to create/renew the certificate.
  • +

    Home Assistant configuration

    +

    Use the following configuration in Home Assistant to use the generated certificate:

    +
    http:
    +  ssl_certificate: /ssl/fullchain.pem
    +  ssl_key: /ssl/privkey.pem
    +
    +