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-3.0.0.tar.gz (10.3 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.0-py2.py3-none-any.whl (10.8 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

File hashes

Hashes for django-letsencrypt-3.0.0.tar.gz
Algorithm Hash digest
SHA256 1fdb123592b6cd7d38b0e0fd4ebbdfe1dac90f10087923540d358e1d7ddc5cad
MD5 ccec4a881a871e99f7fc495ffd4d1c73
BLAKE2b-256 413e5cc0e13758b304c91c052fd7a31d9a9f7e4c772a2413e118893e96a05927

See more details on using hashes here.

File details

Details for the file django_letsencrypt-3.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_letsencrypt-3.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c8e5afc53a8bfab6d183c1ecd2d3f66205840834e29f33bb09e9ebffd923ac64
MD5 8a1fcc0391e47eb126963e9a0f4b9ae2
BLAKE2b-256 943e82610149cc4dc01a31db54e2988786660e90b49e4bb75030248cdd4425c8

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