-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
JAAS: Setup Ingress with TLS | ||
============================ | ||
The NGINX Ingress Integrator is a a charm responsible for creating Kubernetes ingress rules, | ||
these rules can be hardened via TLS and the charm provides a means to do so. See `here <https://charmhub.io/nginx-ingress-integrator>`__. | ||
|
||
Our LEGO charms provide certificates for charms from a desired ACME server and can be integrated | ||
with the integrator to enable TLS at the ingress level. See `here <https://charmhub.io/httprequest-lego-k8s>`__. | ||
|
||
You will require a domain that your ACME is aware of and an NGINX ingress controller installed | ||
on your Kubernetes cluster. | ||
|
||
With JAAS deployed, you can deploy both LEGO and the integrator, and integrate your LEGO charm deployment | ||
to your ingress integrator, and then the ingress integrator to JIMM to enable TLS ingress for your deployment. |