Skip to main content

A simple Django app to handle Let's Encrypt ACME challenges.

Project description

Let's Encrypt App for Django

Travis Build Status (Master) Codecov Status (Master)

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

  1. pip install django-letsencrypt

  2. Add letsencrypt to your INSTALLED_APPS

INSTALLED_APPS = [
   ... ,
   'letsencrypt',
   ... ,
]
  1. Include the letsencrypt in your project's urls.py, or where applicable (usually your root urls.py).
url(r'^\.well-known/', include('letsencrypt.urls'))
  1. Run manage.py migrate to create the required table for the letsencrypt model

  2. Create your ACME Challenge objects in your Django admin interface

  3. Test your ACME Challenge objects and their responses by visiting them:

{Django Site}/.well-known/acme-challenge/challenge_text
  1. Enjoy your easy to manage ACME Challenges inside your Django project!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-letsencrypt-3.0.1.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_letsencrypt-3.0.1-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

Details for the file django-letsencrypt-3.0.1.tar.gz.

File metadata

File hashes

Hashes for django-letsencrypt-3.0.1.tar.gz
Algorithm Hash digest
SHA256 19e3b5f49c501687b0a9b2157fbfe3b4df8fda3216ffccbb05ce9a91a976d81d
MD5 185b4673200931ea2cff8eba7765975b
BLAKE2b-256 ec6d1925a2beee760160de395004844b248b6a1f33d6b8f68c9b734a6d702533

See more details on using hashes here.

File details

Details for the file django_letsencrypt-3.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_letsencrypt-3.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 de353b68fbdec578b54e91040954aeba5195f41f33c45a723c9ee221e8bc506e
MD5 6966e091927af8dec3e072c1dc4db275
BLAKE2b-256 4cd896121ddbd5dca606db94b1002885d4b91d13d2416a36171f2f6f897074ea

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page