From ba86e143c7aeb0d70ea4c9d73a617a98f06f6baa Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 7 Nov 2017 16:09:28 +0000 Subject: TLS: support multiple certificate files in server. Bug 2092 --- test/aux-fixed/exim-ca/example.com/CA/ca.conf | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'test/aux-fixed/exim-ca/example.com/CA/ca.conf') diff --git a/test/aux-fixed/exim-ca/example.com/CA/ca.conf b/test/aux-fixed/exim-ca/example.com/CA/ca.conf index 915a72efc..ae7b6b644 100644 --- a/test/aux-fixed/exim-ca/example.com/CA/ca.conf +++ b/test/aux-fixed/exim-ca/example.com/CA/ca.conf @@ -2,18 +2,17 @@ ; Thu Nov 1 12:34:01 2012 [CA] -bits=1024 -org=example.com +name=Certificate Authority rsa subject=clica CA -name=Certificate Authority +org=example.com +bits=1024 [CLICA] -crl_url=http://crl.example.com/latest.crl -ocsp_url=http://oscp.example.com/ -signer=Signing Cert -ocsp_signer=OCSP Signer -sighash=SHA256 -crl_signer=Signing Cert +ocsp_signer=OCSP Signer rsa +signer=Signing Cert rsa level=1 +sighash=SHA256 +ocsp_url=http://oscp.example.com/ +crl_url=http://crl.example.com/latest.crl -- cgit v1.2.3