Skip to content

Commit

Permalink
Update lets_encrypt.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored and fabaff committed Oct 21, 2017
1 parent 4632b92 commit beb9e48
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions source/_addons/lets_encrypt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ sidebar: true
comments: false
sharing: true
footer: true
featured: true
featured: false
---

<p class='note'>
You should not use this if you are also using the [DuckDNS add-on]. The DuckDNS add-on has integrated Let's Encrypt support.
</p>

Setup and manage a [Let's Encrypt](https://letsencrypt.org/) certificate. This will create a certificate on the first run and will auto-renew if the certificate is within 30 days of expiration.

<p class='note warning'>
This add-on need port 80/443 to verify the certificate request, please stop all add-ons that also use these ports, or you may not be able to start this add-on.
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.
</p>

```json
Expand Down Expand Up @@ -42,3 +46,5 @@ http:
```
If you use a other port as `8123` or a SSL proxy, change the port number.

[DuckDNS add-on]: /addons/duckdns/

0 comments on commit beb9e48

Please sign in to comment.