---
title: Charmhub | Deploy HTTPRequest Lego provider using Charmhub - The Open Operator
  Collection
description: Deploy the latest version of HTTPRequest Lego provider as a Kubernetes
  Operator on any cloud.
url: https://charmhub.io/httprequest-lego-provider/actions
---

# HTTPRequest Lego provider

[Canonical IS DevOps](https://charmhub.io/publisher/canonical-is-devops "View all packages from Canonical IS DevOps")

* [Canonical IS DevOps](https://charmhub.io/publisher/canonical-is-devops "View all packages from Canonical IS DevOps")

Platform:

stable 51

```
juju deploy httprequest-lego-provider
```

[Learn to deploy on juju >](https://juju.is/docs/juju/manage-applications)

* [allow-domains](https://charmhub.io/httprequest-lego-provider/actions#allow-domains)
* [create-superuser](https://charmhub.io/httprequest-lego-provider/actions#create-superuser)
* [create-user](https://charmhub.io/httprequest-lego-provider/actions#create-user)
* [list-domains](https://charmhub.io/httprequest-lego-provider/actions#list-domains)
* [revoke-domains](https://charmhub.io/httprequest-lego-provider/actions#revoke-domains)
* [rotate-secret-key](https://charmhub.io/httprequest-lego-provider/actions#rotate-secret-key)

[Learn about actions >](https://juju.is/docs/juju/action)

* allow-domains

  Grant user access to domains.
* create-superuser

  Create a new Django superuser account.

  Params

  + email
    string
  + username
    string

  Required

  username,
  email
* create-user

  Create a user for the services that will be requesting the domains. If it exists, the password will be updated.
* list-domains

  List the domains an user has access to.
* revoke-domains

  Revoke user access to domains.
* rotate-secret-key

  Rotate the secret key. Users will be forced to log in again. This might be useful if a security breach occurs.
