Subversion Repositories configs

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 34
Line 14... Line 14...
14
RANDFILE		= $dir/.rand
14
RANDFILE		= $dir/.rand
15
name_opt		= ca_default
15
name_opt		= ca_default
16
cert_opt		= ca_default
16
cert_opt		= ca_default
17
default_days		= 60
17
default_days		= 60
18
default_crl_days	= 30
18
default_crl_days	= 30
19
default_md		= sha1
19
default_md		= sha256
20
preserve		= no
20
preserve		= no
21
policy			= policy_match
21
policy			= policy_match
-
 
22
crlDistributionPoints	= URI:http://www.example.com/example_ca.crl
22
 
23
 
23
[ policy_match ]
24
[ policy_match ]
24
countryName		= match
25
countryName		= match
25
stateOrProvinceName	= match
26
stateOrProvinceName	= match
26
organizationName	= match
27
organizationName	= match
Line 55... Line 56...
55
 
56
 
56
[v3_ca]
57
[v3_ca]
57
subjectKeyIdentifier	= hash
58
subjectKeyIdentifier	= hash
58
authorityKeyIdentifier	= keyid:always,issuer:always
59
authorityKeyIdentifier	= keyid:always,issuer:always
59
basicConstraints	= CA:true
60
basicConstraints	= CA:true
-
 
61
crlDistributionPoints	= URI:http://www.example.com/example_ca.crl
-
 
62