Yesterday, I did autumn cleaning of timetracking.im. In case you didn't know, autumn is the favorite season for developers to clean the mess they did all year long... or maybe it's just my favorite season to clean up...
Take a look at it : https://www.timetracking.im/public_sheets/days/projects/1320
If you ended here via a search, you probably searched way too long for the secret of how to install a GoDaddy certificates on an OpenFire server. I hope this post will answer your question.
The secret is this :
The source is a hard to find thread on Ignite Realtime.
At first, we never thought that it would work but the guy sounded so confident that we couldn't not try it. We tried it and it worked!
You may also bump into the certificate signing request (CSR) problem. GoDaddy requires you to have a 2048 bytes key but the OpenFire creates a 1024 bytes key. If so, try to generate a 2048 bytes key like this :
keytool -genkey -alias mydomain.tld -keyalg RSA -keysize 2048 -keystore keystore.new
Check out the thread about it.
Even the best can make mistakes!