Added Note section in RADME
This commit is contained in:
parent
5e38b5557d
commit
b2915a9fd1
|
@ -5,6 +5,10 @@ Easily create Certificate Authorities and sign a server PEM and key for use.
|
||||||
* Need Python 3+
|
* Need Python 3+
|
||||||
* Need OpenSSL
|
* Need OpenSSL
|
||||||
* Need PyGObject
|
* 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 edit the code to add such an option through the UI and code flow.
|
||||||
|
|
||||||
# Images
|
# Images
|
||||||
![1 Interface CA.... ](images/pic1.png)
|
![1 Interface CA.... ](images/pic1.png)
|
||||||
![2 Interface Server Cert.... ](images/pic2.png)
|
![2 Interface Server Cert.... ](images/pic2.png)
|
||||||
|
|
Loading…
Reference in New Issue