Is it possible to use makecert in order to generate ECRSA, Diffie-Hellman, EC Diffie-Hellman asymmetric public keys and DSA, ECDSA for the private keys.
Asked
Active
Viewed 264 times
1
-
Makecert and asymetriques Keys – Mely Apr 09 '11 at 15:32
-
WTF would ECRSA be? And there is no such thing as DH or ECDH keys. – Bruno Rohée Jul 05 '22 at 14:55
1 Answers
1
You can't use makecert for things other than RSA and DSA. If you need elliptic curve keys and certificate, you have to use other tools like the OpenSSL command line which has a more comprehensive support.

jnm2
- 7,960
- 5
- 61
- 99

Mounir IDRASSI
- 1,336
- 10
- 15