Adjust the default value of the private key size
...in the man page to reflect the actual default (2048 instead of 512) CLA: trivial Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2754)
This commit is contained in:
parent
e052083cc7
commit
013bc44867
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ for all available algorithms.
|
|||
=item B<numbits>
|
||||
|
||||
the size of the private key to generate in bits. This must be the last option
|
||||
specified. The default is 512.
|
||||
specified. The default is 2048.
|
||||
|
||||
=back
|
||||
|
||||
|
|
Loading…
Reference in a new issue