Skip to main content

Automatic SSL certificates from Let's Encrypt for Django projects

Project description

Django Autocert is a Django app to automatically obtain and renew X.509 (i.e. TLS or SSL) certificates from Let’s Encrypt or other certificate authorities that support the ACME protocol.

Requirements

  • Django >=1.8

  • django.contrib.sites in your INSTALLED_APPS

Installation

  1. pip install django-autocert

  2. Add autocert to INSTALLED_APPS

  3. Add autocert.middleware.AcmeChallengeMiddleware to MIDDLEWARE_CLASSES, ahead of django.middleware.security.SecurityMiddleware if it’s present.

  4. ./manage.py migrate

Further Installation Notes

django-autocert requires cryptography which has platform-specific installation requirements for Linux and macOS:

Debian and Ubuntu

sudo apt-get install build-essential libssl-dev libffi-dev python-dev

RHEL/Fedora

sudo yum install gcc libffi-devel python-devel openssl-devel

macOS

brew install openssl env LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" pip install cryptography

License

django-autocert is MIT licensed

Authors

Patrick Farrell @farrepa on Github and Twitter

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-autocert-0.1.5.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

django_autocert-0.1.5-py2.py3-none-any.whl (12.6 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