git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Prebuild the data structure for builtin macros
[users/heiko/exim.git]
/
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 4a4e08035ed6928e25a18601b5210ee3cfb9de32..915a72efc6d3b2994dafe950a9f7b2845f4599a1 100644
(file)
--- a/
test/aux-fixed/exim-ca/example.com/CA/ca.conf
+++ b/
test/aux-fixed/exim-ca/example.com/CA/ca.conf
@@
-1,18
+1,19
@@
; Config::Simple 4.59
; Thu Nov 1 12:34:01 2012
; Config::Simple 4.59
; Thu Nov 1 12:34:01 2012
-[CLICA]
-crl_url=http://crl.example.com/latest.crl
-crl_signer=Signing Cert
-level=1
-signer=Signing Cert
-ocsp_signer=OCSP Signer
-ocsp_url=http://oscp/example.com/
-
[CA]
[CA]
+bits=1024
org=example.com
subject=clica CA
name=Certificate Authority
org=example.com
subject=clica CA
name=Certificate Authority
-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
+level=1