summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGraham Hagger <g.hagger@gmail.com>2010-10-22 22:39:19 -0400
committerGraham Hagger <g.hagger@gmail.com>2010-10-22 22:39:19 -0400
commit17cfe3010f115dfc5294129aaae61660cfbb4896 (patch)
tree1ff403edcc7e701e51c05a2e331acecdfbdb3f8e /doc
parent5228ffeba0e516ae3deeecde0403c1c7f9d639a6 (diff)
downloadbcfg2-17cfe3010f115dfc5294129aaae61660cfbb4896.tar.gz
bcfg2-17cfe3010f115dfc5294129aaae61660cfbb4896.tar.bz2
bcfg2-17cfe3010f115dfc5294129aaae61660cfbb4896.zip
added extra todo notes
Diffstat (limited to 'doc')
-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