A Simple django app to handle Let's Encrypt ACME challenges.
Project description
This Django app makes it easy to manage all of your
ACME challenges.
django-letsencrypt will add a simple model that you can manage through
the django admin interface. Simply add your ACME challenge and
response, and your app will serve up the necessary URL for
Let's Encrypt validation.
Quick Start
Add
letsencryptto yourINSTALLED_APPS
INSTALLED_APPS = [
... ,
'letsencrypt',
... ,
]
Included the
letsencryptin your project’surls.py, or where applicable
url(r'^.well-known/', include('letsencrypt.urls'))
Run
manage.py migrateto create the required table for theletsencryptmodelCreate your
ACME Challengeobjects in your Django admin interfaceTest your
ACME Challengeobjects and their responses by visiting them:{Django Site}/.well-known/acme-challenge/challenge_text
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-letsencrypt-0.9.1.tar.gz.
File metadata
- Download URL: django-letsencrypt-0.9.1.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07bf30b728f31695ef2b5e767495796cab5c4d740dce8cc9735d24926be294dc
|
|
| MD5 |
3ae2dd1454017bd2e5dc3943ca0ab7a3
|
|
| BLAKE2b-256 |
233deb8947da1831398015c8e95b3d02fd880448c4852ed82beb30f025d177d0
|