read_log_list: Retrieve Certificate Transparency Log List

Description Usage Arguments Value References Examples

View source: R/read-log-list.r

Description

Retrieve Certificate Transparency Log List

Usage

1
  read_log_list(log_list_url = "https://www.gstatic.com/ct/log_list/log_list.json")

Arguments

log_list_url

a full URL to a known, good CTL log list. Defaults to a known good one (at the time of package creation) hosted by Google.

Value

list

References

https://www.certificate-transparency.org/known-logs

Examples

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)

hrbrmstr/sslsaran documentation built on May 28, 2019, 12:59 p.m.