diff options
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/5840-DANE-OpenSSL/5840 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/test/scripts/5840-DANE-OpenSSL/5840 b/test/scripts/5840-DANE-OpenSSL/5840 index 142a25ad4..a86ec310c 100644 --- a/test/scripts/5840-DANE-OpenSSL/5840 +++ b/test/scripts/5840-DANE-OpenSSL/5840 @@ -25,10 +25,16 @@ killdaemon exim -DSERVER=server -DDETAILS=ta -bd -oX PORT_D **** ### TLSA (2 0 1) -exim -odq CALLER@mxdane256ta.test.ex +exim -odf CALLER@mxdane256ta.test.ex Testing **** -exim -qf +killdaemon +# +exim -DSERVER=server -DCERT=DIR/aux-fixed/exim-ca/example.com/server2.example.com/fullchain.pem -DALLOW=DIR/aux-fixed/exim-ca/example.com/server2.example.com/server2.example.com.unlocked.key -bd -oX PORT_D +**** +### TLSA (2 1 1) +exim -odf CALLER@mxdane256tak.test.ex +Testing **** killdaemon # @@ -47,7 +53,7 @@ killdaemon # Check we get a CV and TLS connection, with try_dane but no require_dane exim -DSERVER=server -DDETAILS=ca -bd -oX PORT_D **** -exim -odq CALLER@thishost.test.ex +exim -odf CALLER@thishost.test.ex Testing **** exim -DOPT=no_certname -qf |