HTTPRequest Lego provider

  • Canonical IS DevOps
Channel Revision Published Runs on
latest/edge 35 04 Dec 2024
Ubuntu 22.04
juju deploy httprequest-lego-provider --channel edge
Show information

Platform:

How to manage domains

To manage the list of domains a user is allowed to request changes to, the following actions are available

Allowing domains

To add domains to the list of allowed domains, run juju run --wait=5s httprequest-lego-provider/0 allow-domains username=example domains="example.domain.com,example2.domain.com".

Revoking domains

To remove domains from the list of allowed domains, run juju run --wait=5s httprequest-lego-provider/0 revoke-domains username=example domains="example.domain.com,example2.domain.com".

Listing domains

To query the list of allowed domains for a user, run juju run --wait=5s httprequest-lego-provider/0 list-domains username=example and the list of domains will be returned as in


result: |

_acme-challenge.example.domain.com, _acme-challenge.example2.domain.com


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