1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere 6.7 RhttpProxy V1R1
  4. VCRP-67-000007 – The rhttpproxy private key file must be protected from unauthorized access.

VCRP-67-000007 – The rhttpproxy private key file must be protected from unauthorized access.

Details

The rhttpproxy’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 TLS traffic between a client and the web server.

Solution

At the command prompt, execute the following commands:

# chmod 600 /etc/vmware-rhttpproxy/ssl/rui.key
# chown root:root /etc/vmware-rhttpproxy/ssl/rui.key

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Identification and Authentication.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles