diff --git a/docs/installation-and-operations/configuration/ssl/README.md b/docs/installation-and-operations/configuration/ssl/README.md index 3978238295..cda7ba1452 100644 --- a/docs/installation-and-operations/configuration/ssl/README.md +++ b/docs/installation-and-operations/configuration/ssl/README.md @@ -46,3 +46,30 @@ Now this Let's Encryt certificate is only valid for 90 days. To renew it automat 0 1 * * * certbot-auto renew --quiet --post-hook "service apache2 restart" This will execute `certbot renew` every day at 1am. The command checks if the certificate is expired and renews it if that is the case. The web server is restarted in a post hook in order for it to pick up the new certificate. + + + +