Commit 4386dd8cc5cb48f8660a0bd7b93034d5aa706934
1 parent
01c38c72
Exists in
master
and in
1 other branch
- updated README.md to explain certificate renewal
Showing
1 changed file
with
8 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -125,7 +125,14 @@ sudo cp /usr/local/etc/letsencrypt/live/www.example.com/privkey.pem . |
125 | 125 | chmod 400 cert.pem privkey.pem |
126 | 126 | ``` |
127 | 127 | |
128 | -Renews can be done running `certbot renew` (untested!). | |
128 | +Renews can be done as follows: | |
129 | + | |
130 | +```sh | |
131 | +sudo service pf stop # shutdown firewall | |
132 | +sudo certbot renew | |
133 | +``` | |
134 | + | |
135 | +and then copy the `cert.pem` and `privkey.pem` files to `aprendizations/certs` directory. Change permissions as appropriate. | |
129 | 136 | |
130 | 137 | |
131 | 138 | ### Testing | ... | ... |