Discussion:
[Openvpn-users] Does EasyRsa could support to generate DSA certification by some small changes?
Zhang Lei
2016-12-30 07:56:14 UTC
Permalink
Hi Guys,



I just joint this mail list because I'm running into this problem as per
title. Does anyone help?

Because I wanna using ECDHE-ECDSA-AES128-GCM-SHA256 ciphers and I got this
useful tool "EasyRSA", but I need the "EasyDSA".. So,, do we have any simple
way of changing it into what I want? thanks:)







---------------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s)
is intended only for the use of the intended recipient and may be confidential and/or privileged of
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is
not the intended recipient, unauthorized use, forwarding, printing, storing, disclosure or copying
is strictly prohibited, and may be unlawful.If you have received this communication in error,please
immediately notify the sender by return e-mail, and delete the original message and all copies from
your system. Thank you.
---------------------------------------------------------------------------------------------------
Steffan Karger
2016-12-30 10:41:39 UTC
Permalink
Hi,
I just joint this mail list because I’m running into this problem as per
title. Does anyone help?
Because I wanna using ECDHE-ECDSA-AES128-GCM-SHA256 ciphers and I got
this useful tool “EasyRSA”, but I need the “EasyDSA”…. So,, do we have
any simple way of changing it into what I want? thanksJ
EasyRSA3 (despite it's name) has ECDSA support.

(ECDSA is different from DSA, and you probably want ECDSA, not DSA.)

Check

https://github.com/OpenVPN/easy-rsa/blob/master/README.quickstart.md

and

https://github.com/OpenVPN/easy-rsa/blob/master/easyrsa3/vars.example

The 'vars' file is the setting file which you have to change to you
liking to get it to use ECDSA instead of RSA.

-Steffan

Loading...