Commit 4386dd8cc5cb48f8660a0bd7b93034d5aa706934

Authored by Miguel Barão
1 parent 01c38c72
Exists in master and in 1 other branch dev

- updated README.md to explain certificate renewal

Showing 1 changed file with 8 additions and 1 deletions   Show diff stats
@@ -125,7 +125,14 @@ sudo cp /usr/local/etc/letsencrypt/live/www.example.com/privkey.pem . @@ -125,7 +125,14 @@ sudo cp /usr/local/etc/letsencrypt/live/www.example.com/privkey.pem .
125 chmod 400 cert.pem privkey.pem 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 ### Testing 138 ### Testing