mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
21 lines
882 B
Plaintext
21 lines
882 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * security/container_security/security-platform.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[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 hostnames of the API server and web console during initial installation or when redeploying certificates. You can also use a custom CA.
|