From 69ae81d098f84da35f49e4da944209addfc76bdb Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Sun, 11 May 2014 15:42:02 +0800 Subject: [PATCH] [ssl_mgmt] Add a TODO file --- ssl_mgmt/TODO | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ssl_mgmt/TODO diff --git a/ssl_mgmt/TODO b/ssl_mgmt/TODO new file mode 100644 index 0000000..8d63b09 --- /dev/null +++ b/ssl_mgmt/TODO @@ -0,0 +1,9 @@ +* Sign notification emails (+ create gpg key for that) +* Support creating non root certificates: + -> add an option for giving the ownership and rights it should have + -> Break up openssl.cnf.in into several files (1 for root CA, 1 for CSR) + -> Implement functionnality via no -batch and adapted policy_match + -> Make certificate needed by testsuite be generated with ssl_mgmt +* Support creating root CA: + -> Implement functionnality following what was done for non-root certificates + -> Make root CA needed by testsuite be generated with ssl_mgmt