Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 969 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 969 Bytes

Certification Authority

Build Status Coverage Status

This is a very simple certification authority center for creating and managing SSL certificates. It is written on python with django framework.

Cases where this center will be useful:

  • Creating your own certification authority from scratch
  • Managing an existing certificate files
  • This center also provides a REST API

How to install the service:

git clone https://github.com/telminov/ca.git
pip install -r requirments.txt
npm install -r package.json

Docker

You can download docker image from DockerHub

https://hub.docker.com/r/telminov/ca/