Skip to content

Commit

Permalink
letsencrypt: add switch case for TransIP global_key
Browse files Browse the repository at this point in the history
* as per comment #3855 (comment)
* fixes #3876

Co-authored-by: Goopher <goopher@live.nl>
  • Loading branch information
GoetzGoerisch and Goopher committed Feb 23, 2025
1 parent c214226 commit 6f895ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions letsencrypt/rootfs/etc/services.d/lets-encrypt/run
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ elif [ "${CHALLENGE}" == "dns" ] && [ "${DNS_PROVIDER}" == "dns-simply" ]; then
elif [ "${CHALLENGE}" == "dns" ] && [ "${DNS_PROVIDER}" == "dns-transip" ]; then
bashio::config.require.username 'dns.transip_username'
bashio::config.require 'dns.transip_api_key'
if bashio::config.has_value 'dns.transip_global_key'; then
dns_transip_global_key=$(bashio::config 'dns.transip_global_key')
fi
if (( PROPAGATION_SECONDS < 240 )); then
bashio::log.info "Increasing DNS propagation limit for TransIP to at least 240 seconds."
PROPAGATION_SECONDS=240
Expand Down

0 comments on commit 6f895ad

Please sign in to comment.