Skip to content

yaricp/django3-pki

 
 

Repository files navigation

License

About

It is Django application for manage of certificates in django admin.

In this center you can create certificate authorities for all your certificates.

Also you can create certificates for servers and for clients.

Dependencies

  • pygraphviz

Installation and run

from pypi:

$ pip install django3-pki

from github:

$ git clone https://github.com/yaricp/django1.8.1-pki/tree/django3.git

Usage:

Insert 'pki' inside INSTALLED_APPS in your django project.

$ python manage.py migrate pki
$ python manage.py loaddata eku_and_ku

After than needs to create folder for center of certificates.

Go to https://:8000/admin/pki and push button "Refresh Metadata"

Bingo! Your PKI center ready!

You can manage your certificates in https://:8000/admin/pki

Author

Yaroslav Pisarev [email protected]

Packages

No packages published

Languages

  • Python 39.7%
  • JavaScript 24.8%
  • HTML 22.5%
  • CSS 12.8%
  • Other 0.2%