diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-05-28 17:33:13 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-03 23:44:12 +0100 |
commit | 8af4fd7e0f697d9585f013b9664f88d32131b5df (patch) | |
tree | a8cd800e375a0ca72798db4b8e2af192ce32cb93 /test/confs/3720 | |
parent | ef77ddc9239a2a96442b7708c825235823d6c9ce (diff) |
Testsuite: use higher-spec certs, for more-recent GnuTLS versions which deprecate weaker ones
Needed for GnuTLS 3.6.15 (on Fedora 33)
Diffstat (limited to 'test/confs/3720')
-rw-r--r-- | test/confs/3720 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/test/confs/3720 b/test/confs/3720 index 74faec2cf..e82c57f03 100644 --- a/test/confs/3720 +++ b/test/confs/3720 @@ -19,10 +19,11 @@ queue_run_in_order trusted_users = CALLER tls_advertise_hosts = * -tls_certificate = DIR/aux-fixed/cert1 +tls_certificate = DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.pem +tls_privatekey = DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key tls_verify_hosts = * -tls_verify_certificates = DIR/aux-fixed/cert2 +tls_verify_certificates = DIR/aux-fixed/exim-ca/example.org/server2.example.org/ca_chain.pem # ----- ACL ----- @@ -54,7 +55,7 @@ ext_ccert_cn: server_set_id = $auth1 server_debug_print = +++TLS \$auth1="$auth1" - client_send = "Phil Pennock" + client_send = "server2.example.org" # ----- Routers ----- @@ -81,8 +82,10 @@ t1: port = PORT_D hosts_try_fastopen = : allow_localhost - tls_certificate = DIR/aux-fixed/cert2 - tls_verify_certificates = DIR/aux-fixed/cert1 + tls_certificate = DIR/aux-fixed/exim-ca/example.org/server2.example.org/server2.example.org.pem + tls_privatekey = DIR/aux-fixed/exim-ca/example.org/server2.example.org/server2.example.org.unlocked.key + + tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/server1.example.com/ca_chain.pem tls_verify_cert_hostnames = : hosts_try_auth = * |