ca-cycle-priv.py
Certification Authority written in Python
Install
- All systems
-
curl cmd.cat/ca-cycle-priv.py.sh
- Debian
-
apt-get install pyca
- Ubuntu
-
apt-get install pyca
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pyca
- Raspbian
-
apt-get install pyca
- Dockerfile
- dockerfile.run/ca-cycle-priv.py
pyca
Certification Authority written in Python
pyca is a set of Python scripts written Michael Str?der. They provide an almost fully fledged Certification Authority. Support for issueing email and authentication certificates works fine. Most notably spooling of requests and certificates between the public and the private parts of the CA remains to be written. Other than that the documentation and scripts provided are of good quality and may facilitate using and understanding the CA capabilities of OpenSSL. The required webserver must provide CGI support.