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