Hello,
I have an exported PKF file from a Windows server that I want to use on the Openfire server (it's a GoDaddy wildcard cert).
- I've used OPENSSL to break the keyfile out of the PKF file.
- I've used SSL SHOPPER website to break the keyfile out of the PKF file (same results).
- I've used OPENSSL and SSL SHOPPER website to separate the CRT file from the KEYFILE (again, same results from both).
- I've used "keytool" to import the cert into the trust store and verified that it's there using "keytool -list" after importting
- I've imported the godaddy intermediate cert bundle into the keystore
- I've been able to import the CERT / KEYFILE Into other apps on Windows and apache but NOT openfire
No matter what I do I am not able to paste the contents of the keyfile / certfile into the SSL import screen on openfire. I get the message:
There was an error one importing private key and signed certificate. Error message: org.bouncycastle.cert.X509CertificateHolder cannot be cast to org.bouncycastle.openssl.PEMKeyPair
I have tried this with the PASSPHRASE field populated with the PFX password, with the PASSPHRASE field empty, and with the PASSPHRASE populated with just "abc" as indicated in other posts...no matter what I do I am not able to import my existing cert.
I can convert this valid PFX file any way that is required, but no matter what I do I can't get this existing cert to import into openfire.
Can someone please let me know if they have successfully used a PFX file with OpenFire setup? I really want to get away from the self signed cert and secure things, but I just can't get there....thanks in advance everyone!