I am running apache on windows. I currently have ssl running and have a key.pem file and a domain.crt file. Everyhting is working. I renewed the ssl cert and download the file from godaddy and have 2 files a xyzzy.crt and a gd_bundle.crt. I tried configuring the server with those files. but got an error saying AH02245: Init: SSLPassPhraseDialog builtin is not supported on Win32 (key file C:/apache/cert.crt) when I try to start it up. I did some research and tried the openssl rsa -in cert.crt -out certout.crt, but it says that there is no private key in there. I know when I did the signing certificate, I did not do a passphrase key. I also found where it said to comment out the SSLPassPhraseDialog builtin directive in the httpd.conf file. I do not have it in there. Any suggestions would be greatly appreciated as I am a novice at this at best.
Thanks in advance for any help.