Remember to add file as an option for certificate requests

This commit is contained in:
Rob Crittenden 2009-03-16 17:40:17 -04:00
parent 13ff27e9ec
commit cfc790093b

3
TODO
View File

@ -81,6 +81,9 @@ Command Line interface:
multivalue and have a flag that tells the CLI whether a multivalue should
be parsed as comma-separated.
* Add a file option so an argument may be read from a file. This is needed
for cert-request to pass along the CSR.
Improve ease of plugin writting
- make "from ipalib import *" import everything a plugin writter will need