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:
parent
2e6e6b663e
commit
932fd9e994
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue