diff options
author | Rob Austein <sra@hactrn.net> | 2007-04-26 03:02:05 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-04-26 03:02:05 +0000 |
commit | f29ac88015c6630a225e1f7d6d134e0bd8a87102 (patch) | |
tree | 42e58054fcdc8d8c136c4f84c0826956529278ec /docs/left-right-protocol-message-passing | |
parent | 266f3a939e5055e35ce3bf25ea15c04e352e878a (diff) |
Add RobK's rekey/revoke/reissue operations -- not sure these are right
yet, but this way we'll remember to discuss them.
svn path=/docs/left-right-protocol-message-passing; revision=592
Diffstat (limited to 'docs/left-right-protocol-message-passing')
-rw-r--r-- | docs/left-right-protocol-message-passing | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/docs/left-right-protocol-message-passing b/docs/left-right-protocol-message-passing index e445d2c7..5e639bf6 100644 --- a/docs/left-right-protocol-message-passing +++ b/docs/left-right-protocol-message-passing @@ -52,8 +52,11 @@ (self :action :set :self-id 42 (:extension-preference "color" "Blue") - (:run-now) - (:publish-world-now)) + (:rekey) ; Change all RPKI keys in this context now + (:reissue) ; Reissue any cert with changed keys + (:revoke) ; Revoke any old keys + (:run-now) ; Run this self context now + (:publish-world-now)) ; Publish everything in this context now => (self :self-id 42) (self :action :get @@ -136,7 +139,10 @@ (:uri uri) (:sia-head sia-head) (:biz-signing-context biz-signing-context) - (:repository repository)) + (:repository repository) + (:rekey) ; Change all keys now + (:reissue) ; Reissue all certs with changed keys now + (:revoke)) ; Revoke any old keys now => (parent :parent-id 666) (parent :action :get @@ -187,7 +193,8 @@ :child-id 3 (:ta ta) (:biz-signing-context biz-signing-context) - (:child-db-id child-db-id)) + (:child-db-id child-db-id) + (:reissue)) ; Reissue any certs to this child now => (child :child-id 3) (child :action :get |