[openssl-users] genpkey DSA error

Leam Hall leamhall at gmail.com
Fri Aug 26 23:36:41 UTC 2016


On 08/26/16 18:51, Matt Caswell wrote:
>
> DSA needs parameters specifying.
>
> Try this:
>
> openssl genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048
> -out dsa.params
>
> openssl genpkey -paramfile dsa.params -out dsa.key
>
>
> Matt


Matt, thanks! That was it.

Leam


More information about the openssl-users mailing list