summaryrefslogtreecommitdiff
path: root/src/p11tool-args.def
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-27 09:51:56 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-27 13:36:41 +0200
commitfd52d56a6ed4c418475a71cb003930a16b218711 (patch)
tree1eedf27025391f71fbb9ca5ee18a07bb707dff04 /src/p11tool-args.def
parentc45a89307069cd544d74f95cdd5a3160bf006307 (diff)
downloadgnutls-fd52d56a6ed4c418475a71cb003930a16b218711.tar.gz
p11tool: documented the p11-kit relevancy of distrust and stapled
Diffstat (limited to 'src/p11tool-args.def')
-rw-r--r--src/p11tool-args.def8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/p11tool-args.def b/src/p11tool-args.def
index 4213238420..d29f5f1333 100644
--- a/src/p11tool-args.def
+++ b/src/p11tool-args.def
@@ -121,7 +121,9 @@ flag = {
flag = {
name = export-stapled;
descrip = "Export the certificate object specified by the URL";
- doc = "Exports the certificate specified by the URL while including any attached extensions to it.";
+ doc = "Exports the certificate specified by the URL while including any attached extensions to it.
+Since attached extensions are a p11-kit extension, this option is only
+available on p11-kit registered trust modules.";
flags-cant = export;
flags-cant = export-chain;
flags-cant = export-pubkey;
@@ -265,7 +267,9 @@ flag = {
flag = {
name = mark-distrusted;
descrip = "When retrieving objects, it requires the objects to be distrusted (blacklisted)";
- doc = "Ensures that the objects retrieved have the CKA_X_TRUST flag.";
+ doc = "Ensures that the objects retrieved have the CKA_X_TRUST flag.
+This is p11-kit trust module extension, thus this flag is only valid with
+p11-kit registered trust modules.";
flags_cant = mark-trusted;
};