I’m in the process of attempting to move 3 certs from an OReilly Website Pro server to an Apache2 server on win32 (Windows Server 2003 Pro). Apache on win32 does not support SSLPassPhraseDialog, but when I rant openssl to attemp to remove it,
openssl rsa -in website.key -out NoPasswd.key
I get:
unable to load Private Key
4576:error:0906D06C:PEM routines:PEM_read_bio:no start line:.\crypto\pem\pem_lib
.c:644:Expecting: ANY PRIVATE KEY
I was never prompted for a pass phrase.
Thoughts?
Thx