From b2915a9fd1ba1ba9478ff6e23ff781c34650d936 Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Sat, 31 Jul 2021 20:06:04 -0500 Subject: [PATCH] Added Note section in RADME --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 22627ad..71bf002 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ Easily create Certificate Authorities and sign a server PEM and key for use. * 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 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)