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',
        ... ,
    ]
  3. Include the letsencrypt in your project’s urls.py, or where applicable (usually your root urls.py).

    url(r'^\.well-known/', include('letsencrypt.urls'))
  4. Run manage.py migrate to create the required table for the letsencrypt model

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

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

    {Django Site}/.well-known/acme-challenge/challenge_text
  7. 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.8.tar.gz (10.6 kB view hashes)

Uploaded Source

Built Distribution

django_letsencrypt-1.0.8-py2.py3-none-any.whl (12.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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