We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08faf00 + 2869019 commit aa8a961Copy full SHA for aa8a961
hook.sh
@@ -37,7 +37,7 @@ deploy_challenge() {
37
38
if [[ -n "$ZONE" ]]; then
39
echo "Creating challenge record for ${DOMAIN} in zone ${ZONE}"
40
- cli53 rrcreate --replace --wait "${ZONE}" "_acme-challenge.${DOMAIN}. 60 TXT ${TOKEN_VALUE}"
+ cli53 rrcreate --append --wait "${ZONE}" "_acme-challenge.${DOMAIN}. 60 TXT ${TOKEN_VALUE}"
41
else
42
echo "Could not find zone for ${DOMAIN}"
43
exit 1
0 commit comments