diff options
author | Rob Austein <sra@hactrn.net> | 2007-03-30 13:19:53 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-03-30 13:19:53 +0000 |
commit | 4a59769ae933db512fbdeb136408572dc59a6a22 (patch) | |
tree | 89323b06c26710ae4b10137dcd90d2eff0807abd | |
parent | 59544f0e1d5d70ec6e409a161c6bbc7d55480e06 (diff) |
Remove RPP.
svn path=/docs/whiteboard-object-model.dot; revision=548
-rw-r--r-- | docs/whiteboard-object-model.dot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/whiteboard-object-model.dot b/docs/whiteboard-object-model.dot index 597226a0..12baa34d 100644 --- a/docs/whiteboard-object-model.dot +++ b/docs/whiteboard-object-model.dot @@ -16,7 +16,7 @@ digraph gsstsig_systems { // Objects visible in left-to-right protocol node [ color=blue ]; - issuer [ label="Issuer cust_id|{RPP}" ]; + issuer [ label="Issuer cust_id" ]; parent [ label="Parent|{URL|key}" ]; repo [ label="Repository|{URL|key}" ]; child [ label="Child" ]; @@ -24,7 +24,7 @@ digraph gsstsig_systems { // Objects created on the fly by the RPKI engine node [ color=green ]; - ca [ label="CA|{CRL #|Serial #}" ]; + ca [ label="CA|{CRL #|Last issued serial #}" ]; child_cert [ label="Child Certificate" ]; ee_cert [ label="EE certificate|{ROA}" ]; ca_key_pair [ label="CA key pair|{Latest CA certificate|Latest CRL}" ]; |