git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use enum { SEEN_LF, …} for ch_state(s)
[users/jgh/exim.git]
/
test
/
aux-fixed
/
exim-ca
/
example.net
/
CA
/
ca.conf
diff --git
a/test/aux-fixed/exim-ca/example.net/CA/ca.conf
b/test/aux-fixed/exim-ca/example.net/CA/ca.conf
index 9f60383968684dbf34bec97d0300c959fe2eff86..f89e93d814a5d52a99c9adcfaa0e7e8e65f78fa9 100644
(file)
--- a/
test/aux-fixed/exim-ca/example.net/CA/ca.conf
+++ b/
test/aux-fixed/exim-ca/example.net/CA/ca.conf
@@
-1,19
+1,19
@@
; Config::Simple 4.59
; Config::Simple 4.59
-; Thu Nov 1 12:34:16 2012
+; Thu Nov 1 12:34:03 2012
+
+[CA]
+org=example.net
+name=Certificate Authority
+subject=clica CA
+bits=1024
[CLICA]
[CLICA]
-sighash=SHA256
crl_signer=Signing Cert
crl_signer=Signing Cert
+ocsp_url=http://oscp.example.net/
crl_url=http://crl.example.net/latest.crl
crl_url=http://crl.example.net/latest.crl
-level=1
signer=Signing Cert
signer=Signing Cert
+sighash=SHA256
ocsp_signer=OCSP Signer
ocsp_signer=OCSP Signer
-ocsp_url=http://oscp.example.net/
-
-[CA]
-org=example.net
-subject=clica CA
-name=Certificate Authority
-bits=1024
+level=1