1# 2# SSLeay example configuration file. 3# This is mostly being used for generation of certificate requests. 4# 5# hacked by iang to do DSA certs - Server 6 7RANDFILE = ./.rnd 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 = ES 17countryName_value = ES 18 19organizationName = Organization Name (eg, company) 20organizationName_value = Tortilleras S.A. 21 220.commonName = Common Name (eg, YOUR name) 230.commonName_value = Torti 24 251.commonName = Common Name (eg, YOUR name) 261.commonName_value = Gordita 27 28