This file is indexed.

/etc/pyca/ssl_server_csr.cnf is in pyca 20031119-0.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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