summaryrefslogtreecommitdiffstats
path: root/apps/openssl.cnf
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-02-23 00:07:46 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-02-23 00:07:46 +0000
commita43aa73e3b56d408d4a34512ff7f766062ab87c7 (patch)
tree5d6751cc07dc713d9ae21428fc970c550fc4b5d1 /apps/openssl.cnf
parent0849d13811a61d9ce711ac1f3a706ddd19fec1f3 (diff)
Redo the way 'req' and 'ca' add objects: add support for oid_section.
Diffstat (limited to 'apps/openssl.cnf')
-rw-r--r--apps/openssl.cnf11
1 files changed, 10 insertions, 1 deletions
diff --git a/apps/openssl.cnf b/apps/openssl.cnf
index 7dee6432a8..49cff56f35 100644
--- a/apps/openssl.cnf
+++ b/apps/openssl.cnf
@@ -5,6 +5,15 @@
RANDFILE = $ENV::HOME/.rnd
oid_file = $ENV::HOME/.oid
+oid_section = new_oids
+
+[ new_oids ]
+
+# We can add new OIDs in here for use by 'ca' and 'req'.
+# Add a simple OID like this:
+# testoid1=1.2.3.4
+# Or use config file substitution like this:
+# testoid2=${testoid1}.5.6
####################################################################
[ ca ]
@@ -92,7 +101,7 @@ commonName_max = 64
emailAddress = Email Address
emailAddress_max = 40
-SET-ex3 = SET extension number 3
+# SET-ex3 = SET extension number 3
[ req_attributes ]
challengePassword = A challenge password