mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
25 lines
849 B
Plaintext
25 lines
849 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * security/container_security/security-platform.adoc
|
|
|
|
[id="security-platform-certificates_{context}"]
|
|
= Managing certificates for the platform
|
|
|
|
{product-title} has multiple components within its framework that use REST-based
|
|
HTTPS communication leveraging encryption via TLS certificates.
|
|
{product-title}'s installer configures these certificates during
|
|
installation. There are some primary components that generate this traffic:
|
|
|
|
* masters (API server and controllers)
|
|
* etcd
|
|
* nodes
|
|
* registry
|
|
* router
|
|
|
|
[id="security-platform-config-custom-certs_{context}"]
|
|
== Configuring custom certificates
|
|
|
|
You can configure custom serving certificates for the public host names of the
|
|
API server and web console during initial installation or when redeploying
|
|
certificates. You can also use a custom CA.
|