Skip to content
ATO Pathways
Log In
Overview
Search
Catalogs
SCAP
OSCAL
Catalogs
Profiles
Documents
References
Knowledge Base
Platform Documentation
Compliance Dictionary
Platform Changelog
About
Catalogs
XCCDF
Guide to the Secure Configuration of Red Hat OpenShift Container Platform 4
Kubernetes Settings
OpenShift etcd Settings
Disable etcd Peer Self-Signed Certificates
Disable etcd Peer Self-Signed Certificates
An XCCDF Rule
Details
Profiles
Prose
Disable etcd Peer Self-Signed Certificates
Medium Severity
To ensure the
etcd
service is not using self-signed certificates, run the following command:
$ oc get cm/etcd-pod -n openshift-etcd -o yaml
The etcd pod configuration contained in the configmap should not contain the
--peer-auto-tls=true
flag.