Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EJBCA 6.0.0
-
Component/s: Install-script
-
Labels:
-
Issue discovered during:Other
Description
The build scripts for JBoss 7/EAP 6 erroneously use the same JKS file (and same password) for both the web keystore and truststore.
The error was introduced in bin/jboss.xml connector configuration, for both the 8443 and 8442 connectors. The configuration references the web keystore file instead of truststore file, and it also lacks the setting for truststore password (ca-certificate-password).