]> SAFE projects GIT repository - jmp/mailleur/commitdiff
eml465 and go465 are working fine
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Mon, 5 May 2025 01:12:08 +0000 (21:12 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Mon, 5 May 2025 01:12:08 +0000 (21:12 -0400)
Makefile

index 986c3064c3c1ef16369011471e43755c3a74201b..d1b2d2c46338d585d9d0d9132724cb5045b40ac9 100644 (file)
--- 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"