diff options
Diffstat (limited to 'blog/dst/a/website_with_nginx.html')
-rw-r--r-- | blog/dst/a/website_with_nginx.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/blog/dst/a/website_with_nginx.html b/blog/dst/a/website_with_nginx.html index a36ab54..e7481c9 100644 --- a/blog/dst/a/website_with_nginx.html +++ b/blog/dst/a/website_with_nginx.html @@ -175,10 +175,18 @@ systemctl restart nginx </code></pre> <p>And a file will be opened where you need to add a new rule for certbot, just append the line: <code>1 1 1 * * certbot renew</code> (renew on the first day of every month) and you’re good. Alternatively use <code>systemd</code> timers as stated in the <a href="https://wiki.archlinux.org/index.php/Certbot#Automatic_renewal">Arch Linux Wiki</a>.</p> <p>For more: <a href="https://wiki.archlinux.org/index.php/Certbot">Arch Linux Wiki: Certbot</a>.</p> -<p>That’s it, you now have a website with SSL certificate.</p> <p>Tags: -<a href="https://blog.luevano.xyz/tag/@english.html">english</a>, <a href="https://blog.luevano.xyz/tag/@nginx.html">nginx</a>, <a href="https://blog.luevano.xyz/tag/@tools.html">tools</a>, <a href="https://blog.luevano.xyz/tag/@tutorial.html">tutorial</a></p> +<p>That’s it, you now have a website with SSL certificate.</p> +<hr> +<div class="article-info"> <p>By: David LuĂ©vano</p> -<p>Created: Fri, Mar 19, 2021 @ 02:58 UTC, edited: Mon, May 17, 2021 @ 21:04 UTC</p> +<p>Created: Fri, Mar 19, 2021 @ 02:58 UTC</p> +<p>Edited: Mon, May 17, 2021 @ 21:04 UTC</p> +<div class="article-tags"> + <p>Tags: +<a href="https://blog.luevano.xyz/tag/@english.html">english</a>, <a href="https://blog.luevano.xyz/tag/@nginx.html">nginx</a>, <a href="https://blog.luevano.xyz/tag/@tools.html">tools</a>, <a href="https://blog.luevano.xyz/tag/@tutorial.html">tutorial</a></p> +</div> + +</div> </main> <footer> |