Browse Source

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

master
rra 2 years ago
parent
commit
0afc066924
  1. 2
      content/instant-messaging/configuring_an_xmpp_server_prosody_0.11.md

2
content/instant-messaging/configuring_an_xmpp_server_prosody_0.11.md

@ -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.

Loading…
Cancel
Save