diff options
author | jsing <> | 2014-08-26 17:50:07 +0000 |
---|---|---|
committer | jsing <> | 2014-08-26 17:50:07 +0000 |
commit | ad993f95f7233dab030ff796264396c977cb3248 (patch) | |
tree | fdf80e64b4b68946a21ff873801e9c17656a9878 /src/regress/usr.bin/openssl/openssl.cnf | |
parent | f3755acd5513f85ff734de6a822b6f804d3776ce (diff) | |
download | openbsd-ad993f95f7233dab030ff796264396c977cb3248.tar.gz openbsd-ad993f95f7233dab030ff796264396c977cb3248.tar.bz2 openbsd-ad993f95f7233dab030ff796264396c977cb3248.zip |
Update regress to follow openssl(1) move.
Diffstat (limited to 'src/regress/usr.bin/openssl/openssl.cnf')
-rw-r--r-- | src/regress/usr.bin/openssl/openssl.cnf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/regress/usr.bin/openssl/openssl.cnf b/src/regress/usr.bin/openssl/openssl.cnf new file mode 100644 index 0000000000..8e1eeb7f16 --- /dev/null +++ b/src/regress/usr.bin/openssl/openssl.cnf | |||
@@ -0,0 +1,29 @@ | |||
1 | # $OpenBSD: openssl.cnf,v 1.1 2014/08/26 17:50:07 jsing 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 | |||