jcs's openbsd hax
openbsd
1[ req ]
2#default_bits = 2048
3#default_md = sha256
4#default_keyfile = privkey.pem
5distinguished_name = req_distinguished_name
6attributes = req_attributes
7
8[ req_distinguished_name ]
9countryName = Country Name (2 letter code)
10countryName_min = 2
11countryName_max = 2
12stateOrProvinceName = State or Province Name (full name)
13localityName = Locality Name (eg, city)
140.organizationName = Organization Name (eg, company)
15organizationalUnitName = Organizational Unit Name (eg, section)
16commonName = Common Name (eg, fully qualified host name)
17commonName_max = 64
18emailAddress = Email Address
19emailAddress_max = 64
20
21[ req_attributes ]
22challengePassword = A challenge password
23challengePassword_min = 4
24challengePassword_max = 20