UCF STIG Viewer Logo

The KeyStores property of the Node Manager configured to support OHS must be configured for secure communication.


Overview

Finding ID Version Rule ID IA Controls Severity
V-64603 OH12-1X-000182 SV-79093r1_rule Medium
Description
Oracle Node Manager is a utility that can be used to perform common operational tasks across Managed Servers. These servers can be distributed across multiple machines and geographical locations. The "KeyStores" property is used to configure the keystore configuration that will be used by Node Manager to locate its identity (private key and digital certificate) and trust (trusted CA certificates). The property must be set to "CustomIdentityAndCustomTrust", which causes Node Manager to use an identity and trust keystore created by the SA.
STIG Date
Oracle HTTP Server 12.1.3 Security Technical Implementation Guide 2015-12-10

Details

Check Text ( C-65345r1_chk )
1. Open $DOMAIN_HOME/nodemanager/nodemanager.properties with an editor.

2. Search for the "KeyStores" property.

3. If the property does not exist or is not set to "CustomIdentityAndCustomTrust", this is a finding.
Fix Text (F-70533r1_fix)
1. Open $DOMAIN_HOME/nodemanager/nodemanager.properties with an editor.

2. Search for the "KeyStores" property.

3. Set the "KeyStores" property to "CustomIdentityAndCustomTrust", add the property if it does not exist.