From e6edf1ecfb8b9b283cd4d3ae04887b4c496567ad Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Thu, 24 Jul 2025 09:48:14 -0400 Subject: [PATCH] Probleme with do_dns_tlsa.sh script file --- support/do_dns_tlsa.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" -- 2.47.3