xref: /netbsd-src/crypto/external/bsd/openssl.old/dist/test/CAssrsa.cnf (revision c9496f6b604074a9451a67df576a5b423068e71e)
1*c9496f6bSchristos#
2*c9496f6bSchristos# SSLeay example configuration file.
3*c9496f6bSchristos# This is mostly being used for generation of certificate requests.
4*c9496f6bSchristos#
5*c9496f6bSchristos# create RSA certs - CA
6*c9496f6bSchristos
7*c9496f6bSchristosRANDFILE              = ./.rnd
8*c9496f6bSchristos
9*c9496f6bSchristos####################################################################
10*c9496f6bSchristos[ req ]
11*c9496f6bSchristosdistinguished_name    = req_distinguished_name
12*c9496f6bSchristosencrypt_key           = no
13*c9496f6bSchristos
14*c9496f6bSchristos[ req_distinguished_name ]
15*c9496f6bSchristoscountryName                   = Country Name (2 letter code)
16*c9496f6bSchristoscountryName_default           = ES
17*c9496f6bSchristoscountryName_value             = ES
18*c9496f6bSchristos
19*c9496f6bSchristosorganizationName              = Organization Name (eg, company)
20*c9496f6bSchristosorganizationName_value                = Hermanos Locos
21*c9496f6bSchristos
22*c9496f6bSchristoscommonName                    = Common Name (eg, YOUR name)
23*c9496f6bSchristoscommonName_value              = Hermanos Locos CA
24*c9496f6bSchristos
25