aboutsummaryrefslogtreecommitdiff
path: root/rpkid.with_tls/doc/pubd.dot
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-10-07 00:12:50 +0000
committerRob Austein <sra@hactrn.net>2010-10-07 00:12:50 +0000
commit8ada594d05c4e79fc2e3a13b50489bb75bd90cae (patch)
tree96b1f0a63a0f75cfa49078f1768d13c772c5636a /rpkid.with_tls/doc/pubd.dot
parentfe3d8174f81370ca80d1d47158959ec3eb9d4eee (diff)
Stash a copy of pre-conversion (with TLS) tree temporarily, in case of
problems during switchover. Will clean this up after testbed is back up without TLS. svn path=/rpkid.with_tls; revision=3464
Diffstat (limited to 'rpkid.with_tls/doc/pubd.dot')
-rw-r--r--rpkid.with_tls/doc/pubd.dot9
1 files changed, 9 insertions, 0 deletions
diff --git a/rpkid.with_tls/doc/pubd.dot b/rpkid.with_tls/doc/pubd.dot
new file mode 100644
index 00000000..20829e59
--- /dev/null
+++ b/rpkid.with_tls/doc/pubd.dot
@@ -0,0 +1,9 @@
+// Automatically generated from pubd.sql
+
+digraph test {
+ edge [arrowtail=none, arrowhead=crow];
+ graph [ratio=fill, overlap=false];
+ node [label="\N", fillcolor=white, shape=record, style=filled];
+ node1 [label="{config\n|config_id\ SERIAL\ [PK]\lbpki_crl\ LONGBLOB\ [N]\l}"];
+ node2 [label="{client\n|client_id\ SERIAL\ [PK]\lclient_handle\ VARCHAR\ [U]\lbase_uri\ TEXT\ [N]\lbpki_cert\ LONGBLOB\ [N]\lbpki_glue\ LONGBLOB\ [N]\l}"];
+}