diff --git a/addons/lets_encrypt/index.html b/addons/lets_encrypt/index.html index 12aaeca046..18a400b3f2 100644 --- a/addons/lets_encrypt/index.html +++ b/addons/lets_encrypt/index.html @@ -79,11 +79,7 @@ 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 will create a certificate on the first run and will auto-renew if the certificate is within 30 days of expiration.

-

-This add-on uses ports 80/443 to verify the certificate request. You will need to stop all other add-ons that also use these ports. If you don’t need a port (like with https you don’t need port 80) you can remove this from network config. -

{
-  "challenge": "https",
   "email": "example@example.com",
   "domains": ["example.com", "mqtt.example.com", "hass.example.com"]
 }
@@ -91,7 +87,6 @@ This add-on uses ports 80/443 to verify the certificate request. You will need t
 

Configuration variables:

@@ -103,7 +98,7 @@ This add-on uses ports 80/443 to verify the certificate request. You will need t ssl_key: /ssl/privkey.pem
-

If you use a other port as 8123 or a SSL proxy, change the port number.

+

If you use another port such as 8123 or a SSL proxy, change the port number.