File: ssl_server_csr.cnf

package info (click to toggle)
pyca 20031118-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 644 kB
  • ctags: 933
  • sloc: python: 4,998; sh: 646; makefile: 43
file content (31 lines) | stat: -rw-r--r-- 1,084 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This is a config template for generating CSRs for
# SSL server certs with OpenSSL.
#
# Usage:
# openssl req -new -config ~michael/Proj/python/pyca/conf/ssl_server_csr.cnf
#
# You probably want to adjust the settings to reflect your
# domain, company name etc.

[ req ]
default_bits            = 1024
distinguished_name      = req_dn
encrypt_rsa_key = yes

[ req_dn ]
countryName                     = ISO country code
countryName_default             = "DE"
stateOrProvinceName             = State/Province Name
stateOrProvinceName_default     = ""
localityName                    = Location
localityName_default            = "Karlsruhe"
organizationName                = Organization
organizationName_default        = "stroeder.com"
organizationalUnitName          = Organizational Unit Name
organizationalUnitName_default  = "ITS"
commonName                      = FQDN of SSL Server
commonName_default              = ""
commonName_max                  = 64
#emailAddress                   = E-Mail address
#emailAddress_default           = ""
#emailAddress_max               = 64