This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ export ACMEDNS_USERNAME=$(jq -r .username creds.json)
1717export ACMEDNS_PASSWORD=$( jq -r .password creds.json)
1818
1919# First staging environment
20- ~ /.acme.sh/acme.sh --issue --dnssleep 1 -- dns dns_acmedns --force -d ${ACMEDNS_FULLDOMAIN} --staging
20+ ~ /.acme.sh/acme.sh --issue --dns dns_acmedns --force -d ${ACMEDNS_FULLDOMAIN} --staging
2121
2222# Cleanup
2323~ /.acme.sh/acme.sh --remove -d ${ACMEDNS_FULLDOMAIN} --staging
2424
2525if [[ $1 == " prod" ]]; then
2626 # Try prod if staging worked (force Let's Encrypt)
2727 # Only do this on a cron schedule, so we don't consume too much of the rate limit
28- ~ /.acme.sh/acme.sh --issue --dnssleep 1 -- dns dns_acmedns --force -d ${ACMEDNS_FULLDOMAIN} --server letsencrypt
28+ ~ /.acme.sh/acme.sh --issue --dns dns_acmedns --force -d ${ACMEDNS_FULLDOMAIN} --server letsencrypt
2929fi
3030
Original file line number Diff line number Diff line change 3636 fi
3737 else
3838 echo " Got a curl error"
39+ cat output
40+ echo " "
3941 fi
4042done
4143
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ certificatesResolvers:
88 storage : /letsencrypt/acme.json
99 dnsChallenge :
1010 provider : acme-dns
11- delayBeforeCheck : 0
1211providers :
1312 docker :
1413 exposedByDefault : false
You can’t perform that action at this time.
0 commit comments