SV-250338r961044_rule
V-250338
SRG-APP-000177-AS-000126
IBMW-LS-000500
CAT II
10
Do not use self-signed certificates in a production environment. Only import certificates signed by an authorized DoD CA or authorized for DoD use.
Obtain the signer certificate either as a Base 64-encoded ASCII file or as binary DER data.
Using the JDK’s ikeyman or keytool utility, open the default trusted keystore specified in the ${server.config.dir}/server.xml.
Click on signer certificates and import the file that contains the DoD signed certificate.
As a privileged user with access to the ${server.config.dir}/server.xml file; search for SSLDefault in order to identify the default SSL configuration.
grep -i ssldefault server.xml
Identify the default ssl configuration by examining the sslRef flag.
SAMPLE:
<sslDefault sslRef="DefaultTLSSettings" />
Review the default ssl configuration to identify the default truststore.
SAMPLE:
<ssl id="DefaultTLSSettings" keyStoreRef="defaultKeyStore" />
<keyStore id="LDAPTrustStore" location="${server.config.dir}/liberty.ks" type="JKS" password="xxxxxxx" />
Use the java keytool or ikeyman utilities to open and examine the certificates stored in the truststore.
If the certificates are self signed or not signed by a DoD approved CA, this is a finding.
V-250338
False
IBMW-LS-000500
As a privileged user with access to the ${server.config.dir}/server.xml file; search for SSLDefault in order to identify the default SSL configuration.
grep -i ssldefault server.xml
Identify the default ssl configuration by examining the sslRef flag.
SAMPLE:
<sslDefault sslRef="DefaultTLSSettings" />
Review the default ssl configuration to identify the default truststore.
SAMPLE:
<ssl id="DefaultTLSSettings" keyStoreRef="defaultKeyStore" />
<keyStore id="LDAPTrustStore" location="${server.config.dir}/liberty.ks" type="JKS" password="xxxxxxx" />
Use the java keytool or ikeyman utilities to open and examine the certificates stored in the truststore.
If the certificates are self signed or not signed by a DoD approved CA, this is a finding.
M
5424