diff options
Diffstat (limited to 'doc/man1')
-rw-r--r-- | doc/man1/openssl-genpkey.pod.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man1/openssl-genpkey.pod.in b/doc/man1/openssl-genpkey.pod.in index f107f4a411..a1e0c51f4d 100644 --- a/doc/man1/openssl-genpkey.pod.in +++ b/doc/man1/openssl-genpkey.pod.in @@ -92,6 +92,9 @@ options supported depends on the public key algorithm used and its implementation. See L</KEY GENERATION OPTIONS> and L</PARAMETER GENERATION OPTIONS> below for more details. +To list the possible I<opt> values for an algorithm use: +B<openssl> B<genpkey> -algorithm XXX -help + =item B<-genparam> Generate a set of parameters instead of a private key. If used this option must |