diff options
author | Rob Austein <sra@hactrn.net> | 2007-05-10 20:48:03 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-05-10 20:48:03 +0000 |
commit | 814f9cba7eeae882b7a490b481d57ccd303320f9 (patch) | |
tree | dc2f0da65494de43938abb7685bb2bd85c0f504e /docs/left-right-protocol | |
parent | 76151140a654a1d4fb4a863eb71ece1b9264d245 (diff) |
Doh, pass self-id rather than telling rpki ids of objects it hasn't
yet created.
svn path=/docs/left-right-protocol; revision=600
Diffstat (limited to 'docs/left-right-protocol')
-rw-r--r-- | docs/left-right-protocol | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/left-right-protocol b/docs/left-right-protocol index 7b7199ad..564e427d 100644 --- a/docs/left-right-protocol +++ b/docs/left-right-protocol @@ -116,7 +116,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (biz-signing-context :action :create - :biz-signing-context-id 17 + :self-id 42 (:signing-cert cert1)) => (biz-signing-context :biz-signing-context-id 17) @@ -267,7 +267,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (repository :action :create - :repository-id 120 + :self-id 42 (:uri uri) (:ta ta) (:biz-signing-context biz-signing-context)) |