Skip to content

VAMI must protect the keystore from unauthorized access.

An XCCDF Rule

Description

The web server's private key is used to prove the identity of the server to clients and securely exchange the shared secret key used to encrypt communications between the web server and clients. By gaining access to the private key, an attacker can pretend to be an authorized server and decrypt the Secure Sockets Layer (SSL) traffic between a client and the web server.

ID
SV-256661r888505_rule
Version
VCLD-70-000017
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

At the command prompt, run the following commands:

# chown root:root /etc/applmgmt/appliance/server.pem
# chmod 600 /etc/applmgmt/appliance/server.pem