mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
|
|
// Module included in the following assemblies:
|
||
|
|
//
|
||
|
|
// * scalability_and_performance/telco_core_ref_design_specs/telco-core-rds.adoc
|
||
|
|
|
||
|
|
:_mod-docs-content-type: REFERENCE
|
||
|
|
[id="telco-core-cert-manager-operator_{context}"]
|
||
|
|
= cert-manager Operator
|
||
|
|
|
||
|
|
New in this release::
|
||
|
|
* The cert-manager Operator is a new optional component in this release.
|
||
|
|
|
||
|
|
Description::
|
||
|
|
+
|
||
|
|
--
|
||
|
|
The cert-manager Operator for {product-title} manages the lifecycle of TLS certificates for cluster components and workloads.
|
||
|
|
The cert-manager Operator automates certificate issuance, renewal, and rotation, eliminating manual certificate management.
|
||
|
|
The reference configuration includes the cert-manager Operator to optionally manage certificates for the API server and ingress controller endpoints.
|
||
|
|
--
|
||
|
|
|
||
|
|
Limits and requirements::
|
||
|
|
|
||
|
|
* The reference configuration includes only the ACME DNS01 challenge type for platform certificate issuance.
|
||
|
|
|
||
|
|
Engineering considerations::
|
||
|
|
|
||
|
|
* Use {rh-rhacm} `CertificatePolicy` resources on the hub cluster to monitor certificate expiration and compliance across managed clusters.
|