]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Probleme with do_dns_tlsa.sh script file
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Thu, 24 Jul 2025 13:48:14 +0000 (09:48 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Thu, 24 Jul 2025 13:48:14 +0000 (09:48 -0400)
support/do_dns_tlsa.sh

index 2373f08267d5aa5ecaf41288d5e7361e038af144..e297cea8f8180797018503aaacab4dd473287b5a 100755 (executable)
@@ -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"