Can OpenSSL generate a X.509 certificate with DH public keys?
I tried the following but it does not work..

openssl> gendh 1024 -out DH.key //Generate DH parameters
openssl> req -new -key DH.key -out serverDH.csr //Generate cert request
unable to load Private Key 2612:error:0906D06C:PEM
routines:PEM_read_bio:no start
line:.\crypto\pem\pem_lib.c:647:Expecting: ANY PRIVATE KEY

Seems I have to generate DH private key too. Anyone knows how to have a
CA sign a DH public key?

Thanks much.

-Xiaoyu

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to