summaryrefslogtreecommitdiff
path: root/src/certtool-args.def
diff options
context:
space:
mode:
authorKarl Tarbe <karl.tarbe@cyber.ee>2017-05-04 16:46:14 +0300
committerKarl Tarbe <karl.tarbe@cyber.ee>2017-05-14 15:59:35 +0300
commit3fb751fe5711f710e993051992c4eadff53f471d (patch)
tree06618cc102d53a31200763986d8159aa9cd6490b /src/certtool-args.def
parent42a73d82dbe700e08e7930799e54244ab9f6789c (diff)
downloadgnutls-3fb751fe5711f710e993051992c4eadff53f471d.tar.gz
certtool: allow multiple certificates in --p7-sign
Signed-off-by: Karl Tarbe <karl.tarbe@cyber.ee>
Diffstat (limited to 'src/certtool-args.def')
-rw-r--r--src/certtool-args.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def
index f43d328a35..dd156b64d5 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -329,14 +329,14 @@ flag = {
flag = {
name = p7-sign;
descrip = "Signs using a PKCS #7 structure";
- doc = "This option generates a PKCS #7 structure containing a signature for the provided data from infile. The data are stored within the structure. The signer certificate has to be specified using --load-certificate and --load-privkey.";
+ doc = "This option generates a PKCS #7 structure containing a signature for the provided data from infile. The data are stored within the structure. The signer certificate has to be specified using --load-certificate and --load-privkey. The input to --load-certificate can be a list of certificates. In case of a list, the first certificate is used for signing and the other certificates are included in the structure.";
};
flag = {
name = p7-detached-sign;
descrip = "Signs using a detached PKCS #7 structure";
- doc = "This option generates a PKCS #7 structure containing a signature for the provided data from infile. The signer certificate has to be specified using --load-certificate and --load-privkey.";
+ doc = "This option generates a PKCS #7 structure containing a signature for the provided data from infile. The signer certificate has to be specified using --load-certificate and --load-privkey. The input to --load-certificate can be a list of certificates. In case of a list, the first certificate is used for signing and the other certificates are included in the structure.";
};
flag = {