Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about ACME certificates #3751

Merged
merged 6 commits into from
Oct 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions articles/control-center/application-deployment/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ In the [guibutton]*Deploy* panel on the right-hand side (as shown in the screens
- *Hostname*: Set the external URL to access your application (e.g., `https://app.example.com`). For more information on how to choose a proper hostname, refer to the <<hostname-guidelines, Hostname Guidelines>>.
- *Features*: Enable additional features like Identity Management and Localization if required.

[NOTE]
====
Control Center utilizes https://cert-manager.io/[cert-manager] to generate and sign certificates for `https`. It can also be used to generate valid ACME (Automated Certificate Management Environment) certificates from https://letsencrypt.org/[`Let's Encrypt`], and auto-renew them. For more information on how to do this, refer to the https://cert-manager.io/docs/configuration/acme/[cert-manager documentation].
====

Once all fields are completed, click [guibutton]*Deploy*.

Control Center now deploys your application to the Kubernetes cluster, creates the necessary resources, and handles configurations such as load balancing and service discovery.
Expand Down
Loading