|
@@ -3,6 +3,6 @@ set -o errexit
|
3
|
3
|
# Renew all live certificates with LetsEncrypt. This needs to run at least
|
4
|
4
|
# once every three months, but recommended frequency is once a day.
|
5
|
5
|
|
6
|
|
-/root/letsencrypt/letsencrypt-auto renew -c /etc/letsencrypt/cli.conf \
|
|
6
|
+/root/letsencrypt/letsencrypt-auto renew -q -c /etc/letsencrypt/cli.conf \
|
7
|
7
|
--pre-hook="find /etc/letsencrypt/prerenew/ -maxdepth 1 -type f -executable -exec {} \;" \
|
8
|
8
|
--post-hook="find /etc/letsencrypt/postrenew/ -maxdepth 1 -type f -executable -exec {} \;"
|