diff options
Diffstat (limited to 'src/regress/usr.bin/openssl/openssl.cnf')
| -rw-r--r-- | src/regress/usr.bin/openssl/openssl.cnf | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/regress/usr.bin/openssl/openssl.cnf b/src/regress/usr.bin/openssl/openssl.cnf deleted file mode 100644 index 4490810058..0000000000 --- a/src/regress/usr.bin/openssl/openssl.cnf +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | # $OpenBSD: openssl.cnf,v 1.2 2015/09/16 01:39:05 lteo 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 | #################################################################### | ||
| 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 = CA | ||
| 17 | countryName_value = CA | ||
| 18 | |||
| 19 | organizationName = Organization Name (eg, company) | ||
| 20 | organizationName_value = Shake it Vera | ||
| 21 | |||
| 22 | 0.commonName = Common Name (eg, YOUR name) | ||
| 23 | 0.commonName_value = Wastelandus | ||
| 24 | |||
| 25 | 1.commonName = Common Name (eg, YOUR name) | ||
| 26 | 1.commonName_value = Maximus | ||
| 27 | |||
