Corrected DJGPP patch
[openssl.git] / test / CAss.cnf
1 #
2 # SSLeay example configuration file.
3 # This is mostly being used for generation of certificate requests.
4 #
5
6 RANDFILE                = ./.rnd
7
8 ####################################################################
9 [ req ]
10 default_bits            = 512
11 default_keyfile         = keySS.pem
12 distinguished_name      = req_distinguished_name
13 encrypt_rsa_key         = no
14 default_md              = sha1
15
16 [ req_distinguished_name ]
17 countryName                     = Country Name (2 letter code)
18 countryName_default             = AU
19 countryName_value               = AU
20
21 organizationName                = Organization Name (eg, company)
22 organizationName_value          = Dodgy Brothers
23
24 commonName                      = Common Name (eg, YOUR name)
25 commonName_value                = Dodgy CA