summaryrefslogtreecommitdiff
path: root/src/certtool-args.def
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2018-11-16 03:46:52 +0300
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2018-11-26 16:56:33 +0300
commita0754ce52e28851fe6cef367ef0fbf45914ada49 (patch)
tree19bf216137ccc879056d0baf363e115d7a6f50c0 /src/certtool-args.def
parentd80b16f6a1da09b9c96ef5efc9ff890d1578d63a (diff)
downloadgnutls-a0754ce52e28851fe6cef367ef0fbf45914ada49.tar.gz
certtool: don't output textual information if --no-text was given
Change privkey/certificate/CRL/CSR handling to disable text output if --no-text option was given. Closes #487 Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'src/certtool-args.def')
-rw-r--r--src/certtool-args.def8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def
index 84a40efb05..d5336eda7b 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -661,6 +661,14 @@ flag = {
doc = "This will override the default options in /etc/gnutls/pkcs11.conf";
};
+flag = {
+ name = text;
+ descrip = "Output textual information before PEM-encoded certificates, private keys, etc";
+ enabled;
+ disable = "no";
+ doc = "Output textual information before PEM-encoded data";
+};
+
doc-section = {
ds-type = 'SEE ALSO';
ds-format = 'texi';