File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ renew_interval = "1h"
118118renew_before_expiration = "10d"
119119renew_timeout = "5m"
120120max_dns_wait = "${CERTBOT_MAX_DNS_WAIT:- 5m} "
121+ dns_txt_ttl = "${CERTBOT_DNS_TXT_TTL:- 60} "
121122
122123[core.wg]
123124public_key = "$PUBLIC_KEY "
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ GUEST_AGENT_ADDR=127.0.0.1:9206
8282WG_ADDR=0.0.0.0:9202
8383
8484CERTBOT_MAX_DNS_WAIT=5m
85+ CERTBOT_DNS_TXT_TTL=60
8586
8687# The token used to launch the App
8788APP_LAUNCH_TOKEN=$( cat /dev/urandom | tr -dc ' a-zA-Z0-9' | fold -w 32 | head -n 1)
@@ -141,6 +142,7 @@ SUBNET_INDEX=$SUBNET_INDEX
141142APP_LAUNCH_TOKEN=$APP_LAUNCH_TOKEN
142143RPC_DOMAIN=$RPC_DOMAIN
143144CERTBOT_MAX_DNS_WAIT=$CERTBOT_MAX_DNS_WAIT
145+ CERTBOT_DNS_TXT_TTL=$CERTBOT_DNS_TXT_TTL
144146EOF
145147
146148if [ -n " $APP_COMPOSE_FILE " ]; then
You can’t perform that action at this time.
0 commit comments