OSDOCS#19442: Correct TLS configuration content - MicroShift#111698
OSDOCS#19442: Correct TLS configuration content - MicroShift#111698tmalove wants to merge 2 commits into
Conversation
| To serve a custom default certificate through the ingress controller in {microshift-short}, you can create a TLS secret containing your certificate chain and private key, then set the `certificateSecret` value in the configuration file to that secret name. | ||
| You can provide a custom default certificate for the {microshift-short} ingress router by creating a TLS secret and updating the configuration file. This ensures that the ingress controller uses your specific certificate to secure network traffic instead of the generated default. | ||
|
|
||
| To configure application-level certificates for a Kubernetes Ingress object by using the `spec.tls` field, follow the procedure in xref:../../microshift_networking/microshift-configuring-routes.adoc#nw-ingress-creating-a-route-via-an-ingress_microshift-configuring-routes[Creating a route through an Ingress object]. |
There was a problem hiding this comment.
🤖 [error] OpenShiftAsciiDoc.NoXrefInModules: Do not include xrefs in modules, only assemblies (exception: release notes modules).
| To serve a custom default certificate through the ingress controller in {microshift-short}, you can create a TLS secret containing your certificate chain and private key, then set the `certificateSecret` value in the configuration file to that secret name. | ||
| You can provide a custom default certificate for the {microshift-short} ingress router by creating a TLS secret and updating the configuration file. This ensures that the ingress controller uses your specific certificate to secure network traffic instead of the generated default. | ||
|
|
||
| To configure application-level certificates for a Kubernetes Ingress object by using the `spec.tls` field, follow the procedure in xref:../microshift_networking/microshift-configuring-routes.adoc#nw-ingress-creating-a-route-via-an-ingress_microshift-configuring-routes[Creating a route through an Ingress object]. |
There was a problem hiding this comment.
🤖 [error] OpenShiftAsciiDoc.NoXrefInModules: Do not include xrefs in modules, only assemblies (exception: release notes modules).
|
@tmalove: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Version(s):
4.22+
Issue:
OSDOCS-19442
Link to docs preview:
Creating a secret for the ingress controller certificateSecret
Creating a route through an Ingress object
QE review:
Additional information:
none