From: Jean-Marc Pigeon (Delson) Date: Thu, 24 Jul 2025 13:48:14 +0000 (-0400) Subject: Probleme with do_dns_tlsa.sh script file X-Git-Tag: tag-0.14~32 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=e6edf1ecfb8b9b283cd4d3ae04887b4c496567ad;p=jmp%2Fmailleur Probleme with do_dns_tlsa.sh script file --- diff --git a/support/do_dns_tlsa.sh b/support/do_dns_tlsa.sh index 2373f08..e297cea 100755 --- a/support/do_dns_tlsa.sh +++ b/support/do_dns_tlsa.sh @@ -61,7 +61,6 @@ gen_cert() #Request certificate (with a steady key) via cerbot #Note" this is done in dry-run mode (remove it to #pass in production mode) -ls -ails ./data/request.csr certbot certonly \ --apache \ --csr ./request.csr \ @@ -76,7 +75,7 @@ certbot certonly \ gen_dane () { -SUM=`openssl ec -in ./data/ec_key.pem -pubout -outform DER | sha256sum` +SUM=`openssl ec -in ./ec_key.pem -pubout -outform DER | sha256sum` echo ";--------------------------------------------" echo ";TLSA record to be inserted in domain DNS"