home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Komunik / sambar / sambar51p.exe / config / openssl.cnf < prev    next >
Encoding:
Text File  |  2002-03-24  |  1.2 KB  |  41 lines

  1. [ req ]
  2.  default_bits           = 1024
  3.  default_keyfile        = privkey.pem
  4.  distinguished_name     = req_distinguished_name
  5.  attributes             = req_attributes
  6.  x509_extensions        = v3_ca
  7.  
  8.  dirstring_type = nobmp
  9.  
  10.  [ req_distinguished_name ]
  11.  countryName                    = Country Name (2 letter code)
  12.  countryName_default            = AU
  13.  countryName_min                = 2
  14.  countryName_max                = 2
  15.  
  16.  stateOrProvinceName            = State or Province Name (full name)
  17.  stateOrProvinceName_default    = Some-State
  18.  
  19.  localityName                   = Locality Name (eg, city)
  20.  
  21.  organizationName               = Organization Name (eg, company)
  22.  organizationalUnitName         = Organizational Unit Name (eg, section)
  23.  
  24.  commonName                     = Common Name (eg, YOUR name)
  25.  commonName_max                 = 64
  26.  
  27.  emailAddress                   = Email Address
  28.  emailAddress_max               = 40
  29.  
  30.  [ req_attributes ]
  31.  challengePassword              = A challenge password
  32.  challengePassword_min          = 4
  33.  challengePassword_max          = 20
  34.  
  35.  [ v3_ca ]
  36.  
  37.  subjectKeyIdentifier=hash
  38.  authorityKeyIdentifier=keyid:always,issuer:always
  39.  basicConstraints = CA:true
  40.  
  41.