summaryrefslogtreecommitdiff
path: root/regress/lib/libssl/openssl.cnf
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>1999-09-29 10:09:08 +0000
committerBob Beck <beck@cvs.openbsd.org>1999-09-29 10:09:08 +0000
commit04a7fe838f980ecb5202b0c213e9c2d23a680af3 (patch)
tree686813cf9ff43f7ea7c1e1599bb6a4fa19a26c5c /regress/lib/libssl/openssl.cnf
parent9b6ed5689f9caddcb960fa786cf42a9341d975d6 (diff)
ssleay->openssl name change. (Wonder what spinoff projects will name it)
Diffstat (limited to 'regress/lib/libssl/openssl.cnf')
-rw-r--r--regress/lib/libssl/openssl.cnf27
1 files changed, 27 insertions, 0 deletions
diff --git a/regress/lib/libssl/openssl.cnf b/regress/lib/libssl/openssl.cnf
new file mode 100644
index 00000000000..c8439860c3a
--- /dev/null
+++ b/regress/lib/libssl/openssl.cnf
@@ -0,0 +1,27 @@
+#
+# SSLeay example configuration file.
+# This is mostly being used for generation of certificate requests.
+#
+# hacked by iang to do DSA certs - Server
+
+RANDFILE = ./.rnd
+
+####################################################################
+[ req ]
+distinguished_name = req_distinguished_name
+encrypt_rsa_key = no
+
+[ req_distinguished_name ]
+countryName = Country Name (2 letter code)
+countryName_default = CA
+countryName_value = CA
+
+organizationName = Organization Name (eg, company)
+organizationName_value = Shake it Vera
+
+0.commonName = Common Name (eg, YOUR name)
+0.commonName_value = Wastelandus
+
+1.commonName = Common Name (eg, YOUR name)
+1.commonName_value = Maximus
+