From 34790e1fdf12639384abf7cc257b594b355dbe14 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 29 May 2017 08:26:41 +0200 Subject: certtool: better documentation on rsa-pss-sign Signed-off-by: Nikos Mavrogiannopoulos --- src/certtool-args.def | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = { -- cgit v1.2.1