Can't get signed certificate working for ssl

I’m running Openfire 3.3.2 on FreeBSD 6-stable with 1.5.0 Sun Microsystems Inc. – Java HotSpot™ Server VM. When I follow the instructions at http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/ssl-guid e.html I get an IOException with SSLConfig.getKeyStore in the trace. (I would post the whole thing but I forgot to save it and I’m not taking the server offline yet again just to get it)

I’ve narrowed the issue down to simply changing the password on the keystore. After changing the password on the store and setting the xmpp.socket.ssl.keypass property nothing SSL related works and I get the exceptions trying to do anything SSL related.

I’ve seen a few posts that had similar issues but I didn’t see any clear resolutions, anyone have any ideas?