SV-279112r1171599_rule
V-279112
SRG-APP-000910-AS-000300
APAS-CF-001135
CAT II
10
Configure connection.
For all untrusted certificates identified execute the following command:
C:\ColdFusion2023\jre\bin\keytool -delete -alias "<certificate alias>" -keystore <keystorefile>
Validate Connection.
1. Open cacert by executing the following command:
C:\ColdFusion2023\jre\bin\keytool -list -keystore C:\ColdFusion2023\jre\lib\security\cacerts
If any outbound certificates listed are not approved, this is a finding.
2. In each ColdFusion instance, open the server.xml file:
<ColdFusion_Installation_Directory>\cfusion\runtime\conf\server.xml
3. Verify all uncommented connector tags for the word "keystorefile":
a. Make note of any keystore path and filename.
b. For each file found with the connector tag "keystorefile", execute the following command:
C:\ColdFusion2023\jre\bin\keytool -list -keystore <keystorefile>
If any inbound certificates listed are not approved, this is a finding.
V-279112
False
APAS-CF-001135
Validate Connection.
1. Open cacert by executing the following command:
C:\ColdFusion2023\jre\bin\keytool -list -keystore C:\ColdFusion2023\jre\lib\security\cacerts
If any outbound certificates listed are not approved, this is a finding.
2. In each ColdFusion instance, open the server.xml file:
<ColdFusion_Installation_Directory>\cfusion\runtime\conf\server.xml
3. Verify all uncommented connector tags for the word "keystorefile":
a. Make note of any keystore path and filename.
b. For each file found with the connector tag "keystorefile", execute the following command:
C:\ColdFusion2023\jre\bin\keytool -list -keystore <keystorefile>
If any inbound certificates listed are not approved, this is a finding.
M
5724