From 4386dd8cc5cb48f8660a0bd7b93034d5aa706934 Mon Sep 17 00:00:00 2001 From: Miguel Barao Date: Thu, 3 May 2018 20:01:52 +0100 Subject: [PATCH] - updated README.md to explain certificate renewal --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4946464..99cb8f2 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,14 @@ sudo cp /usr/local/etc/letsencrypt/live/www.example.com/privkey.pem . chmod 400 cert.pem privkey.pem ``` -Renews can be done running `certbot renew` (untested!). +Renews can be done as follows: + +```sh +sudo service pf stop # shutdown firewall +sudo certbot renew +``` + +and then copy the `cert.pem` and `privkey.pem` files to `aprendizations/certs` directory. Change permissions as appropriate. ### Testing -- libgit2 0.21.2