nvieville / rpms / akmods

Forked from rpms/akmods 6 years ago
Clone
Blob Blame History Raw
# Default OpenSSL settings and configuration file for kmodgenca
# shell-script.
#
[ req ]
default_bits                    = 4096
distinguished_name              = req_distinguished_name
prompt                          = no
utf8                            = yes
string_mask                     = utf8only
x509_extensions                 = req_exts

[ req_distinguished_name ]
# Values settings
#
0.organizationName              = Organization Name (eg, company)
organizationalUnitName          = Organizational Unit Name (eg, section)
emailAddress                    = Email Address
emailAddress_max                = 64
localityName                    = Locality Name (eg, city)
stateOrProvinceName             = State or Province Name (full name)
countryName                     = Country Name (2 letter code)
countryName_min                 = 2
countryName_max                 = 2
commonName                      = Common Name (eg, your name or your server\'s hostname)
commonName_max                  = 64

# Default values
#
0.organizationName_default      = akmods local
organizationalUnitName_default  = akmods
emailAddress_default            = akmods@localhost.localdomain
localityName_default            = None
stateOrProvinceName_default     = None
countryName_default             = XX
commonName_default              = akmods local signing CA

[ req_exts ]
basicConstraints                = critical,CA:FALSE
keyUsage                        = digitalSignature
subjectKeyIdentifier            = hash
authorityKeyIdentifier          = keyid