~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to debian/ssleay.cnf

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# SSLeay example configuration file.
3
 
#
4
 
 
5
 
RANDFILE                = $ENV::HOME/.rnd
6
 
 
7
 
[ req ]
8
 
default_bits            = 1024
9
 
default_keyfile         = privkey.pem
10
 
distinguished_name      = req_distinguished_name
11
 
 
12
 
[ req_distinguished_name ]
13
 
countryName                     = Country Name (2 letter code)
14
 
countryName_default             = GB
15
 
countryName_min                 = 2
16
 
countryName_max                 = 2
17
 
 
18
 
stateOrProvinceName             = State or Province Name (full name)
19
 
stateOrProvinceName_default     = Some-State
20
 
 
21
 
localityName                    = Locality Name (eg, city)
22
 
 
23
 
organizationName                = Organization Name (eg, company; recommended)
24
 
organizationName_max            = 64
25
 
 
26
 
organizationalUnitName          = Organizational Unit Name (eg, section)
27
 
organizationalUnitName_max      = 64
28
 
 
29
 
commonName                      = server name (eg. ssl.domain.tld; required!!!)
30
 
commonName_max                  = 64
31
 
 
32
 
emailAddress                    = Email Address
33
 
emailAddress_max                = 40
34