diff options
| author | cvs2svn <admin@example.com> | 2004-09-07 13:47:08 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2004-09-07 13:47:08 +0000 |
| commit | 86583d7d10a19466b6f2bf9f08e4c59ef07f4150 (patch) | |
| tree | 850a19943ffe1bd75f9cb9d4d9e3de4e6c570fcf /src/lib/libssl/test/CAss.cnf | |
| parent | 25b7af03e5890e88d0ac4e079de8ca2057ff93d3 (diff) | |
| download | openbsd-OPENBSD_3_6_BASE.tar.gz openbsd-OPENBSD_3_6_BASE.tar.bz2 openbsd-OPENBSD_3_6_BASE.zip | |
This commit was manufactured by cvs2git to create tag 'OPENBSD_3_6_BASE'.OPENBSD_3_6_BASE
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/test/CAss.cnf | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/lib/libssl/test/CAss.cnf b/src/lib/libssl/test/CAss.cnf deleted file mode 100644 index b941b7ae15..0000000000 --- a/src/lib/libssl/test/CAss.cnf +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 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 | ||
