For my Flex <--> ColdFusion-App, I want to switch to SSL. Within the ColdFusion Administrator, I have the following option:
Lets you use Secure Socket Layer (SSL) encryption for the RMI communication
between Flex and ColdFusion. This is not required unless you are transmitting
authentication information or confidential data between Flex and ColdFusion
over an unsecured network.
You must provide a keystore file and keystore password. For instructions on
how to create a keystore file, see the online Help.
The online help doesn't help me. I have already created the certs with openssl and without a password. Would I need to recreate the certificate and use a password for the CSR? Will I have any problems with apache then (if the certificate needs a password?)
Thanks for any help!