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 challenges objects you may need through your Django admin interface. Simply add the ACME challenge and response, and your app will serve up the necessary URL for Let's Encrypt validation.

Quick Start

  1. Add letsencrypt to your INSTALLED_APPS

INSTALLED_APPS = [
    ... ,
    'letsencrypt',
    ... ,
]
  1. Included 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

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

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-letsencrypt-1.0.2.tar.gz
Algorithm Hash digest
SHA256 ac864170dcd8a22c7c4c481bb783439c0b8a6ec73496185ab050fe27e3b93b70
MD5 9750a3adc1b63020f0931f6a08c35648
BLAKE2b-256 ac6da729f7063a08aab60c3499b0c2b329def40303764b0093c2291baf7ae7f3

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