diff options
Diffstat (limited to 'src/regress/lib/libssl/openssl.cnf')
| -rw-r--r-- | src/regress/lib/libssl/openssl.cnf | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/regress/lib/libssl/openssl.cnf b/src/regress/lib/libssl/openssl.cnf deleted file mode 100644 index 9b6cf400c6..0000000000 --- a/src/regress/lib/libssl/openssl.cnf +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | # $OpenBSD: openssl.cnf,v 1.2 2001/01/29 02:05:46 niklas Exp $ | ||
| 2 | |||
| 3 | # | ||
| 4 | # SSLeay example configuration file. | ||
| 5 | # This is mostly being used for generation of certificate requests. | ||
| 6 | # | ||
| 7 | # hacked by iang to do DSA certs - Server | ||
| 8 | |||
| 9 | RANDFILE = ./.rnd | ||
| 10 | |||
| 11 | #################################################################### | ||
| 12 | [ req ] | ||
| 13 | distinguished_name = req_distinguished_name | ||
| 14 | encrypt_rsa_key = no | ||
| 15 | |||
| 16 | [ req_distinguished_name ] | ||
| 17 | countryName = Country Name (2 letter code) | ||
| 18 | countryName_default = CA | ||
| 19 | countryName_value = CA | ||
| 20 | |||
| 21 | organizationName = Organization Name (eg, company) | ||
| 22 | organizationName_value = Shake it Vera | ||
| 23 | |||
| 24 | 0.commonName = Common Name (eg, YOUR name) | ||
| 25 | 0.commonName_value = Wastelandus | ||
| 26 | |||
| 27 | 1.commonName = Common Name (eg, YOUR name) | ||
| 28 | 1.commonName_value = Maximus | ||
| 29 | |||
