mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-08-21 14:33:45 +09:00
route53 no longer supports propagation
Released in certbot 2.5.0 https://github.com/certbot/certbot/blob/df85c25da824ffd284a0d0b83ff4d9e2f60f4c82/certbot/CHANGELOG.md#changed
This commit is contained in:
@@ -274,7 +274,7 @@ if [[ "${VALIDATION}" = "dns" ]]; then
|
|||||||
DNSCREDENTIALSPARAM=""
|
DNSCREDENTIALSPARAM=""
|
||||||
fi
|
fi
|
||||||
# plugins that don't support setting propagation
|
# plugins that don't support setting propagation
|
||||||
if [[ "${DNSPLUGIN}" =~ ^(azure|gandi|standalone)$ ]]; then
|
if [[ "${DNSPLUGIN}" =~ ^(azure|gandi|route53|standalone)$ ]]; then
|
||||||
if [[ -n "${PROPAGATION}" ]]; then echo "${DNSPLUGIN} dns plugin does not support setting propagation time"; fi
|
if [[ -n "${PROPAGATION}" ]]; then echo "${DNSPLUGIN} dns plugin does not support setting propagation time"; fi
|
||||||
PROPAGATIONPARAM=""
|
PROPAGATIONPARAM=""
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user