~ubuntu-branches/ubuntu/karmic/pyca/karmic

« back to all changes in this revision

Viewing changes to conf/cacert_AuthCerts.cnf

  • Committer: Bazaar Package Importer
  • Author(s): Lars Bahner
  • Date: 2003-12-02 19:39:35 UTC
  • Revision ID: james.westby@ubuntu.com-20031202193935-fzzt289mntvy6a8q
Tags: upstream-20031118
ImportĀ upstreamĀ versionĀ 20031118

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
extensions = extension_section
 
2
x509_extensions = extension_section
 
3
 
 
4
[ req ]
 
5
default_bits            = 1024
 
6
distinguished_name      = req_dn
 
7
encrypt_rsa_key = yes
 
8
 
 
9
[ req_dn ]
 
10
 
 
11
#1.domainComponent = DNS domain Component
 
12
#1.domainComponent_default = "com"
 
13
#2.domainComponent = DNS domain Component
 
14
#2.domainComponent_default = "localhost"
 
15
 
 
16
countryName                     = ISO country code
 
17
countryName_default             = "XX"
 
18
 
 
19
stateOrProvinceName             = State/Province Name
 
20
stateOrProvinceName_default     = ""
 
21
 
 
22
localityName                    = Location
 
23
localityName_default            = ""
 
24
 
 
25
organizationName                = Organization
 
26
organizationName_default        = "Looser Org."
 
27
 
 
28
organizationalUnitName          = Organizational Unit Name
 
29
organizationalUnitName_default  = "bad CA!"
 
30
 
 
31
commonName                      = Common Name
 
32
commonName_default              = "AuthCerts TestCA"
 
33
commonName_max                  = 64
 
34
 
 
35
[extension_section]
 
36
 
 
37
# PKIX
 
38
basicConstraints=critical,CA:true
 
39
subjectKeyIdentifier=hash
 
40
authorityKeyIdentifier=keyid:always,issuer:always
 
41
keyUsage = cRLSign, keyCertSign
 
42
subjectAltName = URI:"http://localhost/pyca/get-cert.py/AuthCerts/ca.crt"
 
43
issuerAltName = issuer:copy
 
44
crlDistributionPoints   = URI:"http://localhost/pyca/get-cert.py/Root/crl.crl"
 
45
#certificatePolicies=ia5org,@polsect
 
46
 
 
47
# Netscape cert extensions
 
48
nsComment = "This CA issues SSL client certificates."
 
49
nsCaPolicyUrl = "https://localhost/AuthCerts/policy.html"
 
50
nsCertType = sslCA
 
51
nsCaRevocationUrl = "http://localhost/pyca/get-cert.py/Root/crl.crl"
 
52
 
 
53
[ polsect ]
 
54
#policyIdentifier=1.2.3.4
 
55
#CPS="https://localhost/AuthCerts/policy.html"
 
56
#userNotice=@notice
 
57
 
 
58
[ notice ]
 
59
explicitText="This CA issues SSL client certificates."
 
60
organization="Looser Org. with bad CA admin."
 
61
noticeNumbers=4, 2