Site updated at 2017-10-14 06:49:32 UTC

This commit is contained in:
Travis CI 2017-10-14 06:49:32 +00:00
parent 64bb7af75d
commit ad179fcd0e
28 changed files with 77 additions and 74 deletions

View file

@ -75,9 +75,12 @@
</h1>
</header>
<hr class="divider">
<p>Setup and manage a <a href="https://letsencrypt.org/">Lets Encrypt</a> certificate. This will create a certificate on the first run and will auto-renew if the certificate is within 30 days of expiration.</p>
<p class="note">
You should not use this if you are also using the <a href="/addons/duckdns/">DuckDNS add-on</a>. The DuckDNS add-on has integrated Lets Encrypt support.
</p>
<p>Setup and manage a <a href="https://letsencrypt.org/">Lets Encrypt</a> certificate. This will create a certificate on the first run and will auto-renew if the certificate is within 30 days of expiration.</p>
<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>
<div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
</span><span class="nt">"challenge"</span><span class="p">:</span><span class="w"> </span><span class="s2">"https"</span><span class="p">,</span><span class="w">