mathiasertl / django-ca

Django app providing a Certificate Authority

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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/.

Features

  1. Set up a secure local certificate authority in just a few minutes.
  2. Certificate revocation via CRLs and OCSP.
  3. Certificate issuance via ACMEv2, command line or web interface.
  4. Management via command line and/or via Django's admin interface.
  5. Get email notifications about certificates about to expire.
  6. Written in Python 3.9+, Django 4.2+ and cryptography 42+.

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

License:GNU General Public License v3.0


Languages

Language:Python 97.6%Language:JavaScript 1.0%Language:HTML 0.7%Language:Shell 0.3%Language:CSS 0.2%Language:Dockerfile 0.2%