summaryrefslogtreecommitdiff
path: root/src/certtool-args.def
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-01-08 11:16:58 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-01-08 12:21:35 +0100
commit4a65b1a0ce58064b55c94c92dcc4445552827d37 (patch)
treee2723cde5369d07ed2ac150efa5e6247e01bdec8 /src/certtool-args.def
parentdb6621c3a3ee626e4ccc9bade10e677c0fa3b318 (diff)
downloadgnutls-4a65b1a0ce58064b55c94c92dcc4445552827d37.tar.gz
certtool: added ability to generate othernames via template files
Relates #62
Diffstat (limited to 'src/certtool-args.def')
-rw-r--r--src/certtool-args.def9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def
index 562cfcde8b..eb25ab4c33 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -723,8 +723,8 @@ cn = "Cindy Lauper"
# any OID here.
# For example set the X.520 Title and the X.520 Pseudonym
# by using OID and string pairs.
-#dn_oid = 2.5.4.12 Dr.
-#dn_oid = 2.5.4.65 jackal
+#dn_oid = "2.5.4.12 Dr."
+#dn_oid = "2.5.4.65 jackal"
# This is deprecated and should not be used in new
# certificates.
@@ -763,6 +763,11 @@ expiration_days = 700
#dns_name = "www.none.org"
#dns_name = "www.morethanone.org"
+# An othername defined by an OID and a hex encoded string
+#other_name = "1.3.6.1.5.2.2 302ca00d1b0b56414e5245494e2e4f5247a11b3019a006020400000002a10f300d1b047269636b1b0561646d696e"
+#other_name_utf8 = "1.2.4.5.6 A UTF8 string"
+#other_name_octet = "1.2.4.5.6 A string that will be encoded as ASN.1 octet string"
+
# A subject alternative name URI
#uri = "http://www.example.com"