summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/server/plugins/generators/sslca.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/server/plugins/generators/sslca.txt b/doc/server/plugins/generators/sslca.txt
index cfc01efe1..5f987be1e 100644
--- a/doc/server/plugins/generators/sslca.txt
+++ b/doc/server/plugins/generators/sslca.txt
@@ -56,7 +56,14 @@ Getting started
TODO
====
-V1.0 - Only handles localhost.key and localhost.crt, therefor
+V1.0 - Nearly done...
+
+...need to add cert expiry checking/regen...
+
+...otherwise the below is done, but really should be rewritten to
+use openssl binary rather than patched m2crypto
+
+Only handles localhost.key and localhost.crt, therefor
assuming we only care about a cert for www, or all ssl services
will use the same cert
@@ -91,6 +98,8 @@ Else:
save cert
return cert
+
+
V2.0 - Maybe create additional types, SSLCertPath, SSLKeyPath,
to allow generation of multiple certs/keys in arbitrary locations