scripts/letsencrypt-wildcard: remove trailing dot from dns records

we're now using a delegated zone, thus this is wrong there
This commit is contained in:
Franzi 2023-01-29 09:26:52 +01:00
parent 2e6e6b663e
commit 932fd9e994
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ then
echo
echo You must now provide this DNS record:
echo "$(tput bold)_acme-challenge.$domain. IN TXT $token_value$(tput sgr0)"
echo "$(tput bold)_acme-challenge.$domain IN TXT $token_value$(tput sgr0)"
echo
echo "Hit ENTER once it's available."
read