Skip to content

Commit a5f1da0

Browse files
authored
Update run - Azure Supports propagation
1 parent 7e7e227 commit a5f1da0

File tree

1 file changed

+1
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-certbot-config

1 file changed

+1
-1
lines changed

root/etc/s6-overlay/s6-rc.d/init-certbot-config/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ if [[ "${VALIDATION}" = "dns" ]]; then
300300
sed -i "/^dns-${DNSPLUGIN}-credentials\b/d" /config/etc/letsencrypt/cli.ini
301301
fi
302302
# plugins that don't support setting propagation
303-
if [[ "${DNSPLUGIN}" =~ ^(azure|gandi|route53|standalone)$ ]]; then
303+
if [[ "${DNSPLUGIN}" =~ ^(gandi|route53|standalone)$ ]]; then
304304
if [[ -n "${PROPAGATION}" ]]; then echo "${DNSPLUGIN} dns plugin does not support setting propagation time"; fi
305305
sed -i "/^dns-${DNSPLUGIN}-propagation-seconds\b/d" /config/etc/letsencrypt/cli.ini
306306
fi

0 commit comments

Comments
 (0)