A simple Django app to handle Let's Encrypt ACME challenges.
Project description
django-letsencrypt will allow you to add, remove, and update any
ACME challenge objects you may
need through your Django admin interface. Simply add the ACME challenge
and response for your app to serve up the necessary information for
Let's Encrypt validation.
Installation & Configuration
pip install django-letsencryptAdd
letsencryptto yourINSTALLED_APPSINSTALLED_APPS = [ ... , 'letsencrypt', ... , ]Include the
letsencryptin your project’surls.py, or where applicable (usually your rooturls.py).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_textEnjoy your easy to manage ACME Challenges inside your Django project!
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-letsencrypt-2.0.0.tar.gz.
File metadata
- Download URL: django-letsencrypt-2.0.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f412598d2acc6218f97939c6c7541310257d749ede6a21f720b38fcb98ca62c
|
|
| MD5 |
6ba7d61371739bdbbf0bc099f115ebaa
|
|
| BLAKE2b-256 |
d5e51694e6e6cee5aa1f6bd62cc8461af99ecdfbfb96b22e11fdb627f89a5975
|
File details
Details for the file django_letsencrypt-2.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: django_letsencrypt-2.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd8a589fbce1ca4481ee4c2ba42fe08809601c9ba937c3908a5cde210894e68e
|
|
| MD5 |
bf85f4a78b817d6344199538f25a2380
|
|
| BLAKE2b-256 |
3cc694bff1b697d72052ae3ac98c4bd3e0e3cf0e3214e09fa49d181655f1bf2c
|