You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.5 KiB
42 lines
1.5 KiB
5 months ago
|
# 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
|