File tree Expand file tree Collapse file tree 4 files changed +56
-0
lines changed
certificate_types_descriptions Expand file tree Collapse file tree 4 files changed +56
-0
lines changed Original file line number Diff line number Diff line change @@ -806,6 +806,10 @@ Topics:
806
806
File : etcd-certificates
807
807
- Name : OLM certificates
808
808
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
809
813
- Name : User-provided certificates for default ingress
810
814
File : user-provided-certificates-for-default-ingress
811
815
- Name : Ingress certificates
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ You can also review more details about the types of certificates used by the clu
50
50
* xref:../security/certificate_types_descriptions/bootstrap-certificates.adoc#cert-types-bootstrap-certificates[Bootstrap certificates]
51
51
* xref:../security/certificate_types_descriptions/etcd-certificates.adoc#cert-types-etcd-certificates[etcd certificates]
52
52
* 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]
53
55
* 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]
54
56
* xref:../security/certificate_types_descriptions/ingress-certificates.adoc#cert-types-ingress-certificates[Ingress certificates]
55
57
* 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]
You can’t perform that action at this time.
0 commit comments