A simple Django app to handle Let's Encrypt ACME challenges.
Project description
Let's Encrypt App for Django
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-letsencrypt -
Add
letsencryptto yourINSTALLED_APPS
INSTALLED_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 theletsencryptmodel -
Create your
ACME Challengeobjects in your Django admin interface -
Test your
ACME Challengeobjects and their responses by visiting them:
{Django Site}/.well-known/acme-challenge/challenge_text
- Enjoy your easy to manage
ACME Challengesinside 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-3.0.1.tar.gz.
File metadata
- Download URL: django-letsencrypt-3.0.1.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19e3b5f49c501687b0a9b2157fbfe3b4df8fda3216ffccbb05ce9a91a976d81d
|
|
| MD5 |
185b4673200931ea2cff8eba7765975b
|
|
| BLAKE2b-256 |
ec6d1925a2beee760160de395004844b248b6a1f33d6b8f68c9b734a6d702533
|
File details
Details for the file django_letsencrypt-3.0.1-py3-none-any.whl.
File metadata
- Download URL: django_letsencrypt-3.0.1-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de353b68fbdec578b54e91040954aeba5195f41f33c45a723c9ee221e8bc506e
|
|
| MD5 |
6966e091927af8dec3e072c1dc4db275
|
|
| BLAKE2b-256 |
4cd896121ddbd5dca606db94b1002885d4b91d13d2416a36171f2f6f897074ea
|