summaryrefslogtreecommitdiff
path: root/certbot.html
diff options
context:
space:
mode:
Diffstat (limited to 'certbot.html')
-rw-r--r--certbot.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/certbot.html b/certbot.html
index cabf6cd..f632b98 100644
--- a/certbot.html
+++ b/certbot.html
@@ -41,7 +41,7 @@
<p>Just run:</p>
- <pre><code>apt install python-certbot-nginx</code></pre>
+ <pre><code>apt install python3-certbot-nginx</code></pre>
<p>And this will install <code>certbot</code> and its module for <code>nginx</code>.</p>
@@ -76,8 +76,8 @@ ufw allow 443</code></pre>
<img src=pix/certbot-01.png>
<p>
- It will take a moment to create the certiticate, but afterwards, you will be asked if you want to automatically redirect all connections to be encrypted.
- Since this is preferrable, choose 2 to Redirect.
+ It will take a moment to create the certificate, but afterwards, you will be asked if you want to automatically redirect all connections to be encrypted.
+ Since this is preferable, choose 2 to Redirect.
</p>
<img src=pix/certbot-02.png>
@@ -131,6 +131,6 @@ ufw allow 443</code></pre>
<span class=next><a href="html.html">Next: Use HTML to Make Simple Webpages</a></span>
</main>
- <footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><li><a href="index.html"><img src="pix/chad.gif" alt="chad"></a></li><li><a href="rss.xml"><img src="pix/rss.svg" alt="RSS"></a></li><li><a href="pix/btc.png"><img src="pix/btc.svg" alt="BTC"></a></li><li><a href="pix/xmr.png"><img src="pix/xmr.svg" alt="XMR"></a></li><li><a href="https://github.com/lukesmithxyz/landchad"><img src="pix/git.svg" alt="Github"></a></footer>
+ <footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><a href="index.html"><li><img src="pix/chad.gif" alt="chad"></li></a><a href="rss.xml"><li><img src="pix/rss.svg" alt="RSS"></li></a><a href="pix/btc.png"><li><img src="pix/btc.svg" alt="BTC"></li></a><a href="pix/xmr.png"><li><img src="pix/xmr.svg" alt="XMR"></li></a><a href="https://github.com/lukesmithxyz/landchad"><li><img src="pix/git.svg" alt="Github"></li></a></footer>
</body>
</html>