~ubuntu-branches/ubuntu/gutsy/ssl-cert/gutsy-updates

« back to all changes in this revision

Viewing changes to ssleay.cnf

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-06-29 16:39:02 UTC
  • Revision ID: james.westby@ubuntu.com-20040629163902-1z08n41x61fbhm0a
Tags: 1.0-8
* Set a title for Debconf questions.
* Add Japanese translation by Hideki Yamane. (Closes: #244636)
* Add Turkish translation by Recai Oktas. (Closes: #246071)
* All questions must be answered.
  (Closes: #229505, #241857, #249365, #251223)

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
prompt                  = no
 
12
 
 
13
[ req_distinguished_name ]
 
14
countryName                     = @CountryName@
 
15
stateOrProvinceName             = @StateName@
 
16
localityName                    = @LocalityName@
 
17
organizationName                = @OrganisationName@
 
18
organizationalUnitName          = @OUName@
 
19
commonName                      = @HostName@
 
20
emailAddress                    = @Email@