Skip to content

Django app providing a Certificate Authority

License

Notifications You must be signed in to change notification settings

Astranox/django-ca

 
 

Repository files navigation

django-ca

image image image image image image image

About

django-ca is a small project to manage TLS certificate authorities and easily issue certificates. It is based on cryptography and Django. It can be used as an app in an existing Django project or stand-alone with the basic project included. Certificates can be managed through Djangos admin interface or via manage.py commands - so no webserver is needed, if you’re happy with the command-line.

Documentation is available at https://django-ca.readthedocs.org/.

Features

  1. Set up a secure local certificate authority in just a few minutes.
  2. Written in Python 3.7+, Django 2.2+ and cryptography 3.3+.
  3. Preliminary ACMEv2 support.
  4. Management via command line and/or via Djangos admin interface.
  5. Certificate revocation via CRLs and OCSP.
  6. Get email notifications about certificates about to expire.

Please see https://django-ca.readthedocs.org for more extensive documentation.

Documentation

Documentation is available at https://django-ca.readthedocs.org/.

ChangeLog

Please see https://django-ca.readthedocs.io/en/latest/changelog.html

License

This project is free software licensed under the GPLv3.

About

Django app providing a Certificate Authority

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.2%
  • Other 1.8%