1#
2# SSLeay example configuration file.
3# This is mostly being used for generation of certificate requests.
4#
5# create RSA certs - CA
6
7RANDFILE              = ./.rnd
8
9####################################################################
10[ req ]
11distinguished_name    = req_distinguished_name
12encrypt_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                = Hermanos Locos
21
22commonName                    = Common Name (eg, YOUR name)
23commonName_value              = Hermanos Locos CA
24
25