summaryrefslogtreecommitdiff
path: root/test/CAssrsa.cnf
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2008-08-23 10:51:00 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2008-08-23 10:51:00 +0000
commitc4a78426bef17a0a7c81195c2b2399e7441f14ad (patch)
tree596c39f00d5968b1519e8cd7f0546412b14c20f0 /test/CAssrsa.cnf
parenta0ddfe4e7233d81e88a86217b7653708db2720fa (diff)
downloadsrc-test2-c4a78426bef17a0a7c81195c2b2399e7441f14ad.tar.gz
src-test2-c4a78426bef17a0a7c81195c2b2399e7441f14ad.zip
Flatten OpenSSL vendor tree.
Notes
Notes: svn path=/vendor-crypto/openssl/dist/; revision=182044
Diffstat (limited to 'test/CAssrsa.cnf')
-rw-r--r--test/CAssrsa.cnf24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/CAssrsa.cnf b/test/CAssrsa.cnf
new file mode 100644
index 000000000000..eb24a6dfc0ef
--- /dev/null
+++ b/test/CAssrsa.cnf
@@ -0,0 +1,24 @@
+#
+# SSLeay example configuration file.
+# This is mostly being used for generation of certificate requests.
+#
+# create RSA certs - CA
+
+RANDFILE = ./.rnd
+
+####################################################################
+[ req ]
+distinguished_name = req_distinguished_name
+encrypt_key = no
+
+[ req_distinguished_name ]
+countryName = Country Name (2 letter code)
+countryName_default = ES
+countryName_value = ES
+
+organizationName = Organization Name (eg, company)
+organizationName_value = Hermanos Locos
+
+commonName = Common Name (eg, YOUR name)
+commonName_value = Hermanos Locos CA
+