Description Usage Arguments Value References Examples
Retrieve Latest Signed Tree Head
| 1 | 
| log_server | CTL log server host and prefix fragment (do not include
 | 
| ... | other parameters passed on to  | 
data frame with five columns:
log_server what was passed in with any https:// prefix stripped
tree_Size size of the tree, in entries, in decimal.
timestamp timestamp
sha256_root_hash Merkle Tree Hash of the tree, in base64.
tree_head_signature TreeHeadSignature for the above data (sans log_server)
https://tools.ietf.org/html/rfc6962#section-4.3
| 1 2 3 4 | ll <- read_log_list()
ctl <- ll$logs$url[2]
sth <- get_sth(ctl)
x <- get_entries(ctl, sth$tree_size-30, sth$tree_size-1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.