diff options
author | Rob Austein <sra@hactrn.net> | 2007-04-03 21:19:19 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-04-03 21:19:19 +0000 |
commit | a4a767052aff093f7f44b3a1f4982e4bcdcab3ef (patch) | |
tree | 859f6740b376c0d74dfb7cadfe546d4b2b51bb61 | |
parent | 1f4909a07350d02d0b7526ccd1153112e1d09d86 (diff) |
Apparently Rob's keyhole glyph meant "trust anchor", not "key".
Start listing attributes, where known.
svn path=/docs/images/whiteboard-object-model.dot; revision=564
-rw-r--r-- | docs/images/whiteboard-object-model.dot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/images/whiteboard-object-model.dot b/docs/images/whiteboard-object-model.dot index e1b89c61..12350928 100644 --- a/docs/images/whiteboard-object-model.dot +++ b/docs/images/whiteboard-object-model.dot @@ -18,10 +18,10 @@ digraph gsstsig_systems { // Objects visible in left-to-right protocol node [ color=blue ]; issuer [ label="Issuer cust_id" ]; - parent [ label="Parent|{URL|key}" ]; - repo [ label="Repository|{URL|key}" ]; + parent [ label="Parent|{URL|TA}" ]; + repo [ label="Repository|{URL|TA}" ]; child [ label="Child" ]; - biz_sign [ label="Business signing context" ]; + biz_sign [ label="Business\nsigning context|{Keypair|CertChain}" ]; // Objects created on the fly by the RPKI engine node [ color=green ]; |