---
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/configurations
---

# 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)

* [django-allowed-hosts](https://charmhub.io/httprequest-lego-provider/configurations#django-allowed-hosts)
* [django-debug](https://charmhub.io/httprequest-lego-provider/configurations#django-debug)
* [django-secret-key](https://charmhub.io/httprequest-lego-provider/configurations#django-secret-key)
* [git-repo](https://charmhub.io/httprequest-lego-provider/configurations#git-repo)
* [git-ssh-key](https://charmhub.io/httprequest-lego-provider/configurations#git-ssh-key)
* [webserver-keepalive](https://charmhub.io/httprequest-lego-provider/configurations#webserver-keepalive)
* [webserver-threads](https://charmhub.io/httprequest-lego-provider/configurations#webserver-threads)
* [webserver-timeout](https://charmhub.io/httprequest-lego-provider/configurations#webserver-timeout)
* [webserver-worker-class](https://charmhub.io/httprequest-lego-provider/configurations#webserver-worker-class)
* [webserver-workers](https://charmhub.io/httprequest-lego-provider/configurations#webserver-workers)

[Learn about configurations >](https://juju.is/docs/juju/configuration#heading--application-configuration)

* django-allowed-hosts | string

  A comma-separated list of host/domain names that this Django site can serve. This configuration will set the DJANGO\_ALLOWED\_HOSTS environment variable with its content being a JSON encoded list.
* django-debug | boolean

  Whether Django debug mode is enabled.
* django-secret-key | string

  The secret key used for securely signing the session cookie and for any other security related needs by your Django application. This configuration will set the DJANGO\_SECRET\_KEY environment variable.
* git-repo | string

  The repository URL where the DNS records are stored. The username has to be provided as in git+ssh://username@repository@branch, where the branch is optional.
* git-ssh-key | string

  The private key for SSH authentication.
* webserver-keepalive | int

  Time in seconds for webserver to wait for requests on a Keep-Alive connection.
* webserver-threads | int

  Run each webserver worker with the specified number of threads.
* webserver-timeout | int

  Time in seconds to kill and restart silent webserver workers.
* webserver-worker-class | string

  The webserver worker process class for handling requests. Can be either 'gevent' or 'sync'.
* webserver-workers | int

  The number of webserver worker processes for handling requests.
