Commit b5a379aa authored by Emilia Kasper's avatar Emilia Kasper
Browse files

dhparam: fix documentation



The default bitlength is now 2048. Also clarify that either the number
of bits or the generator must be present:

$ openssl dhparam -2
and
$ openssl dhparam 2048
generate parameters but
$ openssl dhparam
does not.

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent 5a1d2509
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment