summaryrefslogtreecommitdiff
path: root/certbot.html
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-08-15 13:49:09 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-08-15 13:49:09 -0400
commit631e7ca893b82d911d2bd558d248f4c83e5ead63 (patch)
tree33aaebea37ec5c598a68a685f4ae6b2b109b257f /certbot.html
parent22b145ff8f12c6381a9c75eb6f7af92e6c805686 (diff)
parent1f686b7a59a5a07e5bd5fd3963a0356372de3b14 (diff)
Merge branch 'master' of github.com:LukeSmithxyz/landchad
Diffstat (limited to 'certbot.html')
-rw-r--r--certbot.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/certbot.html b/certbot.html
index 5ddd14b..7b5545a 100644
--- a/certbot.html
+++ b/certbot.html
@@ -14,12 +14,12 @@
<main>
<p>
Once you have a website, it is extremely important to enable encrypted connections over HTTPS/SSL.
- You might have no idea what that means, but it's easy to do how we've already <a href="nginx.html">set our server up</a>.
+ You might have no idea what that means, but it's easy to do now that we've <a href="nginx.html">set our web server up</a>.
</p>
<p>
Certbot is a program that automatically creates and deploys the certificates that allow encrypted connections.
- It used to be a pain (and often expensive) to do this, but now it's all free and automatic.
+ It used to be painful (and often expensive) to do this, but now it's all free and automatic.
</p>
<h2>Why is encryption important?</h2>
@@ -62,7 +62,7 @@ ufw allow 443</code></pre>
<p>
The command will ask you for your email.
- This is so when the certificates need to be renewed in three months, you will get a email about it.
+ This is so when the certificates need to be renewed in three months, you will get an email about it.
You can set the certificates to renew automatically, but it's a good idea to check it the first time to ensure it renewed properly.
You can avoid giving your email by running the command with the <code>--register-unsafely-without-email</code> option as well.
</p>