summaryrefslogtreecommitdiff
path: root/doc/certtool.cfg
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-05-15 06:37:44 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-05-15 06:37:44 +0000
commit3f1242ab2b36336590cc667b8a33b1bded3bd5a6 (patch)
tree45460a2ddc68387517dfba1293752a8ac2bec79e /doc/certtool.cfg
parent12732f78a75cbbae4727d14ee27f6219a5842d37 (diff)
downloadgnutls-3f1242ab2b36336590cc667b8a33b1bded3bd5a6.tar.gz
certtool has now support for more X.520 DN attribute types.
Diffstat (limited to 'doc/certtool.cfg')
-rw-r--r--doc/certtool.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/certtool.cfg b/doc/certtool.cfg
index 14879a14a4..bd9ca316c6 100644
--- a/doc/certtool.cfg
+++ b/doc/certtool.cfg
@@ -23,6 +23,12 @@ cn = "Cindy Lauper"
# A user id of the certificate owner.
#uid = "clauper"
+# If the support DN OIDs are not adequate you can set
+# 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." "2.5.4.65" "jackal"
+
# This is deprecated and should not be used in new
# certificates.
# pkcs9_email = "none@none.org"