summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-05-29 08:26:41 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-05-29 08:41:21 +0200
commit34790e1fdf12639384abf7cc257b594b355dbe14 (patch)
treee157e70f8d0dfa51631a7a90fe2a99531e197c2c
parent883c91f0ff5e93984c3cc6ef76f3b92152ab6900 (diff)
downloadgnutls-34790e1fdf12639384abf7cc257b594b355dbe14.tar.gz
certtool: better documentation on rsa-pss-sign
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--src/certtool-args.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def
index ba5a7f0eeb..4e1a9ea729 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -466,7 +466,8 @@ flag = {
flag = {
name = rsa-pss-sign;
descrip = "Sign certificate with RSA-PSS";
- doc = "This option can be combined with --generate-certificate, to sign the certificate with the RSA-PSS padding scheme.";
+ doc = "This option can be combined with --generate-certificate, to sign the certificate with the RSA-PSS padding scheme.
+That is required when the signer does not have a certificate which is marked for RSA-PSS use only.";
};
flag = {