Skip to content

Commit aa8a961

Browse files
authored
Merge pull request #3 from robbiet480/patch-1
Append instead of replace so wildcards and SANs work
2 parents 08faf00 + 2869019 commit aa8a961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hook.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ deploy_challenge() {
3737

3838
if [[ -n "$ZONE" ]]; then
3939
echo "Creating challenge record for ${DOMAIN} in zone ${ZONE}"
40-
cli53 rrcreate --replace --wait "${ZONE}" "_acme-challenge.${DOMAIN}. 60 TXT ${TOKEN_VALUE}"
40+
cli53 rrcreate --append --wait "${ZONE}" "_acme-challenge.${DOMAIN}. 60 TXT ${TOKEN_VALUE}"
4141
else
4242
echo "Could not find zone for ${DOMAIN}"
4343
exit 1

0 commit comments

Comments
 (0)