From: Jean-Marc Pigeon (Delson) Date: Sun, 4 May 2025 14:58:58 +0000 (-0400) Subject: Adjusting tlsref Makefile entry parameters X-Git-Tag: tag-0.8~159 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=dde3a20ed37126949a06e54acc5953da1eef1527;p=jmp%2Fmailleur Adjusting tlsref Makefile entry parameters --- diff --git a/Makefile b/Makefile index b84f4ae..190375a 100644 --- a/Makefile +++ b/Makefile @@ -118,9 +118,9 @@ tlsref: -status \ -msg \ -debug \ - -CAfile certs/safe_CA.pem \ - -cert certs/localhost_cert.pem \ - -key certs/localhost_key.pem \ + -CAfile certs/root-safe_CA.pem \ + -cert certs/localhost-cert.pem \ + -key certs/localhost-key.pem \ -connect smtp.google.com:25 \ -starttls \ smtp