1# $OpenBSD: openssl.cnf,v 1.2 2015/09/16 01:39:05 lteo Exp $ 2 3# 4# SSLeay example configuration file. 5# This is mostly being used for generation of certificate requests. 6# 7# hacked by iang to do DSA certs - Server 8 9#################################################################### 10[ req ] 11distinguished_name = req_distinguished_name 12encrypt_rsa_key = no 13 14[ req_distinguished_name ] 15countryName = Country Name (2 letter code) 16countryName_default = CA 17countryName_value = CA 18 19organizationName = Organization Name (eg, company) 20organizationName_value = Shake it Vera 21 220.commonName = Common Name (eg, YOUR name) 230.commonName_value = Wastelandus 24 251.commonName = Common Name (eg, YOUR name) 261.commonName_value = Maximus 27 28