summaryrefslogtreecommitdiff
path: root/src/certtool-args.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/certtool-args.def')
-rw-r--r--src/certtool-args.def5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def
index e0325b00f2..29835f8fe4 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -905,9 +905,12 @@ encryption_key
### Adding arbitrary extensions
# This requires to provide the extension OIDs, as well as the extension data in
-# hex format.
+# hex format. The following two options are available since GnuTLS 3.5.3.
#add_extension = "1.2.3.4 0x0AAB01ACFE"
+# As above but encode the data as an octet string
+#add_extension = "1.2.3.4 octet_string(0x0AAB01ACFE)"
+
# For portability critical extensions shouldn't be set to certificates.
#add_critical_extension = "5.6.7.8 0x1AAB01ACFE"