EzyCA/README.md

15 lines
494 B
Markdown

# EzyCA
Easily create Certificate Authorities and sign a server PEM and key for use.
# Requirements
* Need Python 3+
* Need OpenSSL
* Need PyGObject
# Note
This is for development environments ONLY! A proper setup should require that the root CA be password protected. For simplicity, this is not done here. I might eventually edit the code to add such an option through the UI and code flow.
# Images
![1 Interface CA.... ](images/pic1.png)
![2 Interface Server Cert.... ](images/pic2.png)