Skip to main content

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

Project description

https://travis-ci.org/urda/django-letsencrypt.svg?branch=master https://codecov.io/gh/urda/django-letsencrypt/branch/master/graph/badge.svg

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-1.0.4.tar.gz (10.3 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-letsencrypt-1.0.4.tar.gz
Algorithm Hash digest
SHA256 052932d5e1195c1a7b9ed14cf180df35e913d5fc84d66dfed25cd7b07af16ffc
MD5 adcac75bd9bf3da15c4cd594ae080112
BLAKE2b-256 4c129473d28b719d31126ba9efdaf27d2eab17943e7bcb53a9c294818379cffb

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