From 3a3a3cf12f884a1294ae0dc95e17411ee9d62674 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Sun, 4 May 2025 21:12:08 -0400 Subject: [PATCH] eml465 and go465 are working fine --- Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 986c306..d1b2d2c 100644 --- a/Makefile +++ b/Makefile @@ -82,9 +82,9 @@ tlsrcvr : @ clear @ openssl s_client \ -crlf \ - -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 \ -starttls smtp \ -connect $(TESTIP):$(TESTPORT) @@ -93,9 +93,9 @@ go465 : @ openssl s_client \ -crlf \ --showcerts \ - -key certs/localhost_key.pem \ - -cert certs/localhost_cert.pem \ - -CAfile certs/safe_CA.pem \ + -key certs/localhost-key.pem \ + -cert certs/localhost-cert.pem \ + -CAfile certs/root-safe_CA.pem \ -tls1_2 \ -connect $(TESTIP):1065 @@ -157,8 +157,9 @@ eml465 : prepare @ echo "--------------" @ echo "starting $@" @ $(TESTDIR)/$(SBINDIR)/emlrcvr \ - -r $(TESTDIR) \ + -c ./conf/$(APPNAME).conf.dvl \ -d 1 \ + -r $(TESTDIR) \ smtps:$(TESTIP):1065:1 VALKIND = "definite,possible,indirect" -- 2.47.3