From d7ff36099319c730edd2f2b0a9b7b2ea2169e72b Mon Sep 17 00:00:00 2001 From: Fl1tzi Date: Thu, 27 Apr 2023 22:15:39 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e4b59e..0a080ee 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file