Skip to content

Commit

Permalink
Add note about ACME certificates (#3751)
Browse files Browse the repository at this point in the history
* Add note about ACME certificates

* Minor edits to changed text, only.

* Fixing link.

* Dealing with fussy Vale.

* Still wrestling with fussy Vale.

---------

Co-authored-by: Russell J.T. Dyer <[email protected]>
  • Loading branch information
MatthewVaadin and russelljtdyer authored Oct 2, 2024
1 parent d780a50 commit ab06427
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit ab06427

Please sign in to comment.