diff options
author | Rob Austein <sra@hactrn.net> | 2010-10-05 14:07:17 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-10-05 14:07:17 +0000 |
commit | 0fe4f839564470234ab70805bf81567dd86b30d5 (patch) | |
tree | b529837dccc0bb7293205671b47a08f3a8cf3e2f /rpkid.without_tls/doc/pubd.dot | |
parent | d0ce54592006f5891f0086d0a95494ee563624a2 (diff) |
Add replay-protection timestamps to SQL (not really using them yet)
svn path=/rpkid.without_tls/doc/Configuration; revision=3459
Diffstat (limited to 'rpkid.without_tls/doc/pubd.dot')
-rw-r--r-- | rpkid.without_tls/doc/pubd.dot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid.without_tls/doc/pubd.dot b/rpkid.without_tls/doc/pubd.dot index 20829e59..3d42398d 100644 --- a/rpkid.without_tls/doc/pubd.dot +++ b/rpkid.without_tls/doc/pubd.dot @@ -5,5 +5,5 @@ digraph test { 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}"]; + node2 [label="{client\n|client_id\ SERIAL\ [PK]\lclient_handle\ VARCHAR\ [U]\lbase_uri\ TEXT\ [N]\lbpki_cert\ LONGBLOB\ [N]\lbpki_glue\ LONGBLOB\ [N]\llast_cms_timestamp\ DATETIME\ [N]\l}"]; } |