ColdFusion 9.0 Resources |
Create the keystoreGenerate the SSL server (ColdFusion) keystore file by using the keytool utility, with a command like the following: keytool -genkey -v -alias FlexAssembler -dname "cn=FlexAssembler" -keystore cf.keystore -keypass mypassword -storepass mypassword The following table describes the parameters of the keytool utility that you use:
Next, you place the certificate that you created in the file that the JVM uses to decide what certificates to trust. The file in which you place the certificate (usually named cacerts), is located in the JRE, under the lib/security folder. |