diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/README b/scripts/README index 2787a3e6..53c97cd4 100644 --- a/scripts/README +++ b/scripts/README @@ -84,8 +84,6 @@ Current TO DO list: state := pending | active | deprecated | revoked timestamp := null | <time of next transition> -- Subsetting (req_* attributes in up-down protocol) - - Publication protocol and implementation thereof. Defer until core functionality in the main engine is done. @@ -108,6 +106,8 @@ Current TO DO list: - Withdrawal of any of the above +- Logging subsystem, including syslog support. + - Child batch processing loop, eg, regeneration or removal of expired certs, CRL update, manifest update, etc. This should probably be an iteration over CA objects, as the CA is the actor in pretty much @@ -123,6 +123,8 @@ Current TO DO list: - Code to generate CRLs +- Subsetting (req_* attributes in up-down protocol) + - Haven't done anything about db.commit() and db.rollback() yet, for that matter haven't yet whacked MySQL to enable those features. @@ -164,8 +166,6 @@ Current TO DO list: Deferred for the moment, not sure for how long. -- Logging subsystem, including syslog support. - Once this lot is done we'll be close to something that shows at least the basics of normal operation, albiet in a form that's not yet usable in production. |