Update 'content/instant-messaging/configuring_an_xmpp_server_prosody_0.11.md'

This commit is contained in:
rra 2021-11-12 18:42:14 +01:00
parent 67b873668c
commit 0afc066924

View File

@ -208,7 +208,7 @@ Add an entry to cron to automatically renew LetsEncrypt certificates
And add:
:::console
0 4 0 * 0 /usr/bin/certbot renew --renew-hook "prosodyctl --root cert import /etc/letsencrypt/live" --quiet
0 4 * * 0 /usr/bin/certbot renew --renew-hook "prosodyctl --root cert import /etc/letsencrypt/live" --quiet
This will check and renew the certificates every week on sunday at 04:00.