Import LibreSSL v2.4.2 to vendor branch
[dragonfly.git] / crypto / libressl / apps / openssl / openssl.cnf
1 [ req ]
2 #default_bits           = 2048
3 #default_md             = sha256
4 #default_keyfile        = privkey.pem
5 distinguished_name      = req_distinguished_name
6 attributes              = req_attributes
7
8 [ req_distinguished_name ]
9 countryName                     = Country Name (2 letter code)
10 countryName_min                 = 2
11 countryName_max                 = 2
12 stateOrProvinceName             = State or Province Name (full name)
13 localityName                    = Locality Name (eg, city)
14 0.organizationName              = Organization Name (eg, company)
15 organizationalUnitName          = Organizational Unit Name (eg, section)
16 commonName                      = Common Name (eg, fully qualified host name)
17 commonName_max                  = 64
18 emailAddress                    = Email Address
19 emailAddress_max                = 64
20
21 [ req_attributes ]
22 challengePassword               = A challenge password
23 challengePassword_min           = 4
24 challengePassword_max           = 20