diff options
| author | cvs2svn <admin@example.com> | 2008-07-28 23:44:12 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2008-07-28 23:44:12 +0000 |
| commit | daac2f633f49a45baa8412c5e4e71e594236e7b8 (patch) | |
| tree | c2b7593b6807015d5bd1bbe95841e718a3b3df42 /src/regress/lib/libssl/openssl.cnf | |
| parent | 10837c3c47f1b9d7d1a061fff2327a4e280ba338 (diff) | |
| download | openbsd-pre_openssl_0_9_8h.tar.gz openbsd-pre_openssl_0_9_8h.tar.bz2 openbsd-pre_openssl_0_9_8h.zip | |
This commit was manufactured by cvs2git to create tag 'pre_openssl_0_9_8h'.pre_openssl_0_9_8h
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 | |||
