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 2 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 @@
- *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 (Let's Encrypt) certificates 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].

Check failure on line 90 in articles/control-center/application-deployment/index.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'https'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'https'?", "location": {"path": "articles/control-center/application-deployment/index.adoc", "range": {"start": {"line": 90, "column": 102}}}, "severity": "ERROR"}

Check warning on line 90 in articles/control-center/application-deployment/index.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.We] Try to avoid using first-person plural like 'Let's'. Raw Output: {"message": "[Vaadin.We] Try to avoid using first-person plural like 'Let's'.", "location": {"path": "articles/control-center/application-deployment/index.adoc", "range": {"start": {"line": 90, "column": 153}}}, "severity": "WARNING"}
====

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