From dde3a20ed37126949a06e54acc5953da1eef1527 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Sun, 4 May 2025 10:58:58 -0400 Subject: [PATCH] Adjusting tlsref Makefile entry parameters --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3