EzyCA/README.md

15 lines
494 B
Markdown
Raw Permalink Normal View History

2021-07-25 01:23:11 +00:00
# EzyCA
2021-07-25 01:29:35 +00:00
Easily create Certificate Authorities and sign a server PEM and key for use.
2021-07-25 01:23:11 +00:00
2021-07-25 01:29:35 +00:00
# Requirements
* Need Python 3+
* Need OpenSSL
* Need PyGObject
2021-08-01 01:06:04 +00:00
# Note
2022-03-31 21:01:39 +00:00
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.
2021-08-01 01:06:04 +00:00
2021-07-25 01:29:35 +00:00
# Images
![1 Interface CA.... ](images/pic1.png)
![2 Interface Server Cert.... ](images/pic2.png)