Update 'README.md'

This commit is contained in:
Fl1tzi 2023-04-27 22:15:39 +00:00
parent f1abdad407
commit d7ff360993

View file

@ -4,7 +4,7 @@ Simple setup for automatic renewal of certificates with Certbot. (Because I alwa
## setup
- First of all Certbot has to be installed.
- First of all `certbot` and `python3-certbot-nginx` have to be installed.
- Put the configured sites in `/etc/nginx/conf.d/`
- first of all generate the config: `sudo certbot --nginx -d example.site -d www.example.site` (⚠️ This will change your config)
- Put `/usr/bin/certbot renew --quiet` wherever it is needed (eg. Systemd timer/service, cron job)