
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: 7: RANDFILE = ./.rnd 8: 9: #################################################################### 10: [ req ] 11: distinguished_name = req_distinguished_name 12: encrypt_rsa_key = no 13: 14: [ req_distinguished_name ] 15: countryName = Country Name (2 letter code) 16: countryName_default = ES 17: countryName_value = ES 18: 19: organizationName = Organization Name (eg, company) 20: organizationName_value = Tortilleras S.A. 21: 22: 0.commonName = Common Name (eg, YOUR name) 23: 0.commonName_value = Torti 24: 25: 1.commonName = Common Name (eg, YOUR name) 26: 1.commonName_value = Gordita 27: