Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rajgoel authored Sep 6, 2023
1 parent dd75721 commit 3a8b31d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ node server.js <path_to_key.pem> <path_to_cert.pem>

The key and certificate can be obtained, e.g., by following the instructions on https://certbot.eff.org/instructions.

Make sure to ensure that certificates are renewed when necessary, e.g. by adding a cronjob. When using automatic renewal, the server may have to be restarted.
Make sure to ensure that certificates are renewed when necessary, e.g. by adding a cronjob. When using automatic renewal, the server may have to be restarted. To manually (and forcefully) renew certificates using `certbot` you can use

```
sudo certbot renew --force-renewal
```


## License

Expand Down

0 comments on commit 3a8b31d

Please sign in to comment.