[ssl_mgmt] Add a TODO file

This commit is contained in:
Thomas Preud'homme 2014-05-11 15:42:02 +08:00
부모 39da9a23b6
커밋 69ae81d098
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제

9
ssl_mgmt/TODO Normal file
파일 보기

@ -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