Skip to content

Rancher MCM must enforce organization-defined circumstances and/or usage conditions for organization-defined accounts.

An XCCDF Rule

Description

Rancher MCM must verify the certificate used for Rancher's ingress is a valid DOD certificate. This is achieved by verifying the helm installation contains correct parameters.

ID
SV-257292r961287_rule
Version
CNTR-RM-000970
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Update the secrets to contain valid certificates.

Put the correct and valid DOD certificate and key in files called "tls.crt" and "tls.key", respectively, and then run:
kubectl -n cattle-system create secret tls tls-rancher-ingress \  --cert=tls.crt \   --key=tls.key                         

Upload the CA required for the certs by creating another file called "cacerts.pem" and running: