Hi,

I'm running a grails app on cloud foundry, and want to use SSL.

I have a keystore, a csr and certification from a CA.

my keystore is called "tomcat.keystore". when I'm trying to upload it as a "private key" I get a message: "private key file type not supported". is this because the keystore extention? what can be done?

second, my keystore have a password different than tomcat default 'changeit'. should that be a problem?

Thanks in advance,

Itamar