diff options
| author | cvs2svn <admin@example.com> | 2007-08-08 21:24:30 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2007-08-08 21:24:30 +0000 |
| commit | 00378a4a879d3c5f8dd1b4d3ed668a03d950e7a0 (patch) | |
| tree | 0b22eb3d2e42de512e5aec6d0c57ecbe601eefa5 /src/lib/libssl/test/CAss.cnf | |
| parent | 335adc97a1cc8992c990307f49239ee1655b559b (diff) | |
| download | openbsd-OPENBSD_4_2_BASE.tar.gz openbsd-OPENBSD_4_2_BASE.tar.bz2 openbsd-OPENBSD_4_2_BASE.zip | |
This commit was manufactured by cvs2git to create tag 'OPENBSD_4_2_BASE'.OPENBSD_4_2_BASE
Diffstat (limited to 'src/lib/libssl/test/CAss.cnf')
| -rw-r--r-- | src/lib/libssl/test/CAss.cnf | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/src/lib/libssl/test/CAss.cnf b/src/lib/libssl/test/CAss.cnf deleted file mode 100644 index 21da59a73a..0000000000 --- a/src/lib/libssl/test/CAss.cnf +++ /dev/null | |||
| @@ -1,33 +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 | ||
| 26 | |||
| 27 | [ v3_ca ] | ||
| 28 | subjectKeyIdentifier=hash | ||
| 29 | authorityKeyIdentifier=keyid:always,issuer:always | ||
| 30 | basicConstraints = CA:true,pathlen:1 | ||
| 31 | keyUsage = cRLSign, keyCertSign | ||
| 32 | issuerAltName=issuer:copy | ||
| 33 | |||
