diff options
author | Rob Austein <sra@hactrn.net> | 2007-03-22 12:39:51 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-03-22 12:39:51 +0000 |
commit | a156e7d8c73edd0ec94a1e0367bf58de02f94604 (patch) | |
tree | c20b1954757683aea766027a45817f6e542fee55 | |
parent | 57423fe1983cb7d66513e36d7ad98a54aecc4217 (diff) |
note on update protocol
svn path=/scripts/regeng-api; revision=525
-rw-r--r-- | scripts/regeng-api | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/regeng-api b/scripts/regeng-api index 45fa7dbd..da623412 100644 --- a/scripts/regeng-api +++ b/scripts/regeng-api @@ -307,6 +307,7 @@ ;;; relationship to the datum to be published. (publish-thing :thing-type :crl + :publication-uri uri-of-thing-we-are-publishing :signed-thing signed-thing) => () @@ -328,3 +329,8 @@ ;;; ;;; SIA in the signing resource cert's tells us where to publish the ;;; object. + +;;; The above description is a bit whacky because it confounds the +;;; data objects with the CMS wrapping. We'll sort out the final +;;; wrapper and syntax once we know what the content really needs to +;;; be. |