diff options
-rw-r--r-- | rpkid/OPERATION | 9 | ||||
-rw-r--r-- | rpkid/README | 26 |
2 files changed, 4 insertions, 31 deletions
diff --git a/rpkid/OPERATION b/rpkid/OPERATION index d41559ef..a3f3841d 100644 --- a/rpkid/OPERATION +++ b/rpkid/OPERATION @@ -524,12 +524,9 @@ rpki_db_pass: MySQL password for the "rpki" user. Default is rootd_sia: rsync URI naming a (perhaps fictious) directory to use as the id-ad-caRepository SIA value in the generated - root resource certificate. Default is - "rsync://wombat.invalid/". You may want to override - this if you intend to run an rsync server and test - against the generated results using rcynic. This - default will likely change if and when testbed learns - how to run rcynic itself as part of the test suite. + root resource certificate. Default is generated by + testbed.py to let it run rcynic against the resulting + repository. The second configuration file is named testbed.yaml by default, run testbed with "-y filename" to change it. The YAML file contains diff --git a/rpkid/README b/rpkid/README index 3bb44561..15c1f5c7 100644 --- a/rpkid/README +++ b/rpkid/README @@ -119,19 +119,6 @@ TO DO: STATUS: Error signalling done -- resource_set_notafter attribute added to RelaxNG but not yet to - rpki.up_down.class_elt. Need to convert to and from - rpki.sundial.datetime. This is an up-down protocol feature that was - added fairly late and that none of us properly implement yet, but - failing to handle it would be a spec violation and eventually cause - an interop problem. - - PRIORITY: Required - - TIME REQUIRED: Less than one day - - STATUS: Done - - Publication protocol and implementation thereof. Protocol design started, Randy had comments that sent me back to the drawing board (he was right). Next step is to integrate Randy's advice, which @@ -344,17 +331,6 @@ TO DO: STATUS: Not started -- Update operation and installation docs. - - Known current omissions: left-right "rekey" and "revoke" operations, - testbed.py's rootd_sia config option. - - TIME REQUIRED (current work items): Less than one day - - PRIORITY: Required - - STATUS: Ongoing - - Update internals docs (Doxygen). Mostly this means updating function comments in the Python code, as the rest is automatic. May require a bit of overview text to explain the workings of the code, @@ -374,7 +350,7 @@ TO DO: existing code were done in extreme haste to meet testing deadlines, and it shows. - STATUS: Not started + STATUS: File renaming mostly done, gctx stuff not started TIME REQUIRED: two days |