在ColdFusion 9上找不到cacert文件

在ColdFusion 9上找不到cacert文件,coldfusion,certificate,ssl-certificate,coldfusion-9,Coldfusion,Certificate,Ssl Certificate,Coldfusion 9,对于我的ColdFusion 8服务器,我可以在 以下路径:C:\ColdFusion8\runtime\jre\bin 但是,在我的ColdFusion 9服务器上的同一位置不存在cacert文件 我正在尝试按照以下步骤将证书安装到ColdFusion信任库中 以下步骤: 1) Run the command prompt as administrator on the ColdFusion server 2) Make a backup of the original

对于我的ColdFusion 8服务器,我可以在 以下路径:
C:\ColdFusion8\runtime\jre\bin

但是,在我的ColdFusion 9服务器上的同一位置不存在cacert文件

我正在尝试按照以下步骤将证书安装到ColdFusion信任库中 以下步骤:

1)      Run the command prompt as administrator on the ColdFusion server

2)      Make a backup of the original cacerts file in case you run into issues

3)    Change the directory to your truststore’s location (where cacerts file is located).

        In our case: C:\ColdFusion8\runtime\jre\bin

4)    Type this command (use current JVM and use current JVM’s keytool):

       C:\ColdFusion8\runtime\jre\bin>keytool -import -v -alias exported -file C:\ColdF

       usion8\runtime\jre\lib\security\exported.cer -keystore cacerts -storepass changeit

 5)    Type yes at the prompt to “Trust this certificate?”

 6)   Restart the ColdFusion service It will not read the updated cacerts file until you do this.  

ColdFusion 9有什么新功能吗?我已经按照上述步骤成功安装了ColdFusion 8的证书?请告知

默认的信任库是JRE的cacerts文件。此文件通常位于以下位置:

  • 服务器配置:

    cf_root/runtime/jre/lib/security/cacerts

  • JRun 4配置上的多服务器/J2EE:

    jrun_root/jre/lib/security/cacerts

  • Sun JDK安装:

    jdk_root/jre/lib/security/cacerts


您可以在“系统信息”页面下从管理员处验证ColdFusion正在使用的JRE。寻找Java Home line。

我会使用CertMan让您的生活更轻松。尼斯免费cf管理扩展