From dee59871b7ce27ae168bb2f1592baafc8cab3239 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Sat, 7 Aug 2021 21:15:04 -0400 Subject: [PATCH] Fix typos and style --- certbot.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/certbot.html b/certbot.html index f632b98..3cba61a 100644 --- a/certbot.html +++ b/certbot.html @@ -14,12 +14,12 @@

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 set our server up. + You might have no idea what that means, but it's easy to do now that we've set our web server up.

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.

Why is encryption important?

@@ -62,7 +62,7 @@ ufw allow 443

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 --register-unsafely-without-email option as well.