diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-05-29 08:26:41 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-05-29 08:41:21 +0200 |
commit | 34790e1fdf12639384abf7cc257b594b355dbe14 (patch) | |
tree | e157e70f8d0dfa51631a7a90fe2a99531e197c2c /src/certtool-args.def | |
parent | 883c91f0ff5e93984c3cc6ef76f3b92152ab6900 (diff) | |
download | gnutls-34790e1fdf12639384abf7cc257b594b355dbe14.tar.gz |
certtool: better documentation on rsa-pss-sign
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'src/certtool-args.def')
-rw-r--r-- | src/certtool-args.def | 3 |
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 = { |