mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// *
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="security-crs_{context}"]
|
|
= Security reference CRs
|
|
|
|
.Security CRs
|
|
[cols="4*", options="header", format=csv]
|
|
|====
|
|
Component,Reference CR,Description,Optional
|
|
Cert-Manager,`certManagerNS.yaml`,Defines the cert-manager-operator namespace.,Yes
|
|
Cert-Manager,`certManagerOperatorgroup.yaml`,Defines the OperatorGroup for cert-manager.,Yes
|
|
Cert-Manager,`certManagerSubscription.yaml`,Installs the OpenShift cert-manager operator.,Yes
|
|
Cert-Manager,`certManagerClusterIssuer.yaml`,Configures an ACME ClusterIssuer using Let's Encrypt with DNS-01 challenge.,Yes
|
|
Cert-Manager,`apiServerCertificate.yaml`,Creates a certificate for the API Server endpoint.,Yes
|
|
Cert-Manager,`ingressCertificate.yaml`,Creates a wildcard certificate for the Ingress/Router.,Yes
|
|
Cert-Manager,`apiServerConfig.yaml`,Configures OpenShift to use the cert-manager generated API Server certificate.,Yes
|
|
Cert-Manager,`ingressControllerConfig.yaml`,Configures OpenShift to use the cert-manager generated Ingress certificate.,Yes
|
|
|====
|