HTTP Request LEGO (K8s)

  • By Canonical Telco
Channel Revision Published Runs on
latest/stable 83 12 May 2024
Ubuntu 22.04
latest/candidate 83 12 May 2024
Ubuntu 22.04
latest/beta 83 12 May 2024
Ubuntu 22.04
latest/edge 83 12 May 2024
Ubuntu 22.04
juju deploy httprequest-lego-k8s
Show information

Platform:

Provide certificates to a charm

In this guide, we will go through the steps neccessary to use the HTTP Request LEGO K8s for providing certificates to another charm.

Create a Juju Model:

juju add-model <your model name>

Deploy the HTTP Request Lego K8s charm:

juju deploy httprequest-lego-k8s

Configure the charm with your ACME and HTTP Request information:

juju config \
  server=<your ACME server> \
  email=<your email address> \
  httpreq_endpoint=<your HTTP Request endpoint> 

Deploy your charm that requires TLS certificates and integrate it with the HTTP Request Lego K8s charm:

juju deploy <your charm>
juju integrate <your charm> httprequest-lego-k8s

Help improve this document in the forum (guidelines). Last updated 3 months ago.