We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e05f1 commit 08aa9ccCopy full SHA for 08aa9cc
1 file changed
root/etc/s6-overlay/s6-rc.d/init-certbot-config/run
@@ -59,6 +59,9 @@ grep -qF 'agree-tos' /config/etc/letsencrypt/cli.ini || echo 'agree-tos=true' >>
59
# Check for broken dns credentials value in cli.ini and remove
60
sed -i '/dns--credentials/d' /config/etc/letsencrypt/cli.ini
61
62
+# Disable Certbot's built in log rotation
63
+set_ini_value "max-log-backups" "0" /config/etc/letsencrypt/cli.ini
64
+
65
# copy dns default configs
66
cp -n /defaults/dns-conf/* /config/dns-conf/ 2> >(grep -v 'cp: not replacing')
67
lsiown -R abc:abc /config/dns-conf
0 commit comments