django-ca is a tool to manage TLS certificate authorities and easily issue and revoke 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 Django's 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/.
- Set up a secure local certificate authority in just a few minutes.
- Certificate issuance via ACMEv2, REST API, command line or web interface.
- Certificate revocation via CRLs and OCSP.
- Private key storage on the file system, in the database or in a Hardware Security Module (HSM).
- Management via command line and/or via Django's admin interface.
- Get email notifications about certificates about to expire.
- Written in Python 3.9+, Django 4.2+ and cryptography 44+.
Please see https://django-ca.readthedocs.org for more extensive documentation.
Documentation is available at https://django-ca.readthedocs.org/.
Please see https://django-ca.readthedocs.io/en/latest/changelog.html
This project is free software licensed under the GPLv3.