Skip to content

Commit 53b9040

Browse files
authored
Merge pull request #51021 from kquinn1204/gh-51016
Gh 51016
2 parents 8edbb10 + 2922f04 commit 53b9040

File tree

4 files changed

+56
-0
lines changed

4 files changed

+56
-0
lines changed

_topic_maps/_topic_map.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,10 @@ Topics:
806806
File: etcd-certificates
807807
- Name: OLM certificates
808808
File: olm-certificates
809+
- Name: Aggregated API client certificates
810+
File: aggregated-api-client-certificates
811+
- Name: Machine Config Operator certificates
812+
File: machine-config-operator-certificates
809813
- Name: User-provided certificates for default ingress
810814
File: user-provided-certificates-for-default-ingress
811815
- Name: Ingress certificates
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
:_content-type: ASSEMBLY
2+
[id="cert-types-aggregated-api-client-certificates"]
3+
= Aggregated API client certificates
4+
include::_attributes/common-attributes.adoc[]
5+
:context: cert-types-aggregated-api-client-certificates
6+
7+
toc::[]
8+
9+
== Purpose
10+
11+
Aggregated API client certificates are used to authenticate the KubeAPIServer when connecting to the Aggregated API Servers.
12+
13+
== Management
14+
15+
These certificates are managed by the system and not the user.
16+
17+
== Expiration
18+
This CA is valid for 30 days.
19+
20+
The managed client certificates are valid for 30 days.
21+
22+
CA and client certificates are rotated automatically through the use of controllers.
23+
24+
== Customization
25+
26+
You cannot customize the aggregated API server certificates.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
:_content-type: ASSEMBLY
2+
[id="cert-types-machine-config-operator-certificates"]
3+
= Machine Config Operator certificates
4+
include::_attributes/common-attributes.adoc[]
5+
:context: cert-types-machine-config-operator-certificates
6+
7+
toc::[]
8+
9+
== Purpose
10+
11+
Machine Config Operator certificates are used to secure connections between the Red Hat Enterprise Linux CoreOS (RHCOS) nodes and the Machine Config Server.
12+
13+
== Management
14+
15+
These certificates are managed by the system and not the user.
16+
17+
== Expiration
18+
This CA is valid for 10 years.
19+
20+
The issued serving certificates are valid for 10 years.
21+
22+
== Customization
23+
24+
You cannot customize the Machine Config Operator certificates.

security/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ You can also review more details about the types of certificates used by the clu
5050
* xref:../security/certificate_types_descriptions/bootstrap-certificates.adoc#cert-types-bootstrap-certificates[Bootstrap certificates]
5151
* xref:../security/certificate_types_descriptions/etcd-certificates.adoc#cert-types-etcd-certificates[etcd certificates]
5252
* xref:../security/certificate_types_descriptions/olm-certificates.adoc#cert-types-olm-certificates[OLM certificates]
53+
* xref:../security/certificate_types_descriptions/aggregated-api-client-certificates.adoc#cert-types-aggregated-api-client-certificates[Aggregated API client certificates]
54+
* xref:../security/certificate_types_descriptions/machine-config-operator-certificates.adoc#cert-types-machine-config-operator-certificates[Machine Config Operator certificates]
5355
* xref:../security/certificate_types_descriptions/user-provided-certificates-for-default-ingress.adoc#cert-types-user-provided-certificates-for-default-ingress[User-provided certificates for default ingress]
5456
* xref:../security/certificate_types_descriptions/ingress-certificates.adoc#cert-types-ingress-certificates[Ingress certificates]
5557
* xref:../security/certificate_types_descriptions/monitoring-and-cluster-logging-operator-component-certificates.adoc#cert-types-monitoring-and-cluster-logging-operator-component-certificates[Monitoring and cluster logging Operator component certificates]

0 commit comments

Comments
 (0)