Skip to content

Commit 9e2fdce

Browse files
authored
Update README.md
1 parent e720d02 commit 9e2fdce

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Fetch your certificates like this:
6666

6767
It will ask for the root password, and an email address, so hang around, it shouldn't take more than a few seconds.
6868

69+
It should also tell you Certbot set up auto-renewals in the background.
70+
6971
**6. Start using the Certificates**
7072

7173
Remove the verification config you just made, and replace it with a live version of the site. You'll need to more carefully review the `[OPTION]`s in this file, as you'll also need to change the certificate location to match the domain name you requested. Consider taking a look at the `[OPTION]`s and `[WARNING]`s in other linked config files.
@@ -82,17 +84,6 @@ Use `Ctrl` and `\` to initiate a search and replace for `example.com` with your
8284
sudo nginx -t && sudo service nginx reload
8385
```
8486

85-
**7. Automate Renewal**
86-
87-
Edit `crontab.conf` and append it to your existing cron jobs for automatic renewal. This is important, since Let's Encrypt certificates expire in three months.
88-
89-
```
90-
nano ~/bubbly/crontab.conf
91-
cat ~/bubbly/crontab.conf > /tmp/bubbly-crontab
92-
crontab -l >> /tmp/bubbly-crontab
93-
crontab /tmp/bubbly-crontab
94-
```
95-
9687
---
9788

9889
![Screenshot of SSLLabs.com](https://raw.githubusercontent.com/eustasy/bubbly/master/screenshot_ssllabs.com.png)

0 commit comments

Comments
 (0)