1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00
Files
openshift-docs/security/certificates/api-server.adoc
2025-05-30 14:24:55 +00:00

19 lines
780 B
Plaintext

:_mod-docs-content-type: ASSEMBLY
[id="api-server-certificates"]
= Adding API server certificates
include::_attributes/common-attributes.adoc[]
:context: api-server-certificates
toc::[]
The default API server certificate is issued by an internal {product-title}
cluster CA. Clients outside of the cluster will not be able to verify the
API server's certificate by default. This certificate can be replaced
by one that is issued by a CA that clients trust.
[NOTE]
====
In hosted control plane clusters, you can add as many custom certificates to your Kubernetes API Server as you need. However, do not add a certificate for the endpoint that worker nodes use to communicate with the control plane.
====
include::modules/customize-certificates-api-add-named.adoc[leveloffset=+1]