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 7e7e227 commit a5f1da0Copy full SHA for a5f1da0
root/etc/s6-overlay/s6-rc.d/init-certbot-config/run
@@ -300,7 +300,7 @@ if [[ "${VALIDATION}" = "dns" ]]; then
300
sed -i "/^dns-${DNSPLUGIN}-credentials\b/d" /config/etc/letsencrypt/cli.ini
301
fi
302
# plugins that don't support setting propagation
303
- if [[ "${DNSPLUGIN}" =~ ^(azure|gandi|route53|standalone)$ ]]; then
+ if [[ "${DNSPLUGIN}" =~ ^(gandi|route53|standalone)$ ]]; then
304
if [[ -n "${PROPAGATION}" ]]; then echo "${DNSPLUGIN} dns plugin does not support setting propagation time"; fi
305
sed -i "/^dns-${DNSPLUGIN}-propagation-seconds\b/d" /config/etc/letsencrypt/cli.ini
306
0 commit comments