certspotter/cmd
Andrew Ayer 209cdb181b Convert to a daemon and make many other improvements
Specifically, certspotter no longer terminates unless it receives SIGTERM
or SIGINT or there is a serious error.

Although using cron made sense in the early days of Certificate
Transparency, certspotter now needs to run continuously to reliably keep
up with the high growth rate of contemporary CT logs, and to gracefully
handle the many transient errors that can arise when monitoring CT.

Closes: #63
Closes: #37
Closes: #32 (presumably by eliminating $DNS_NAMES and $IP_ADDRESSES)
Closes: #21 (with $WATCH_ITEM)
Closes: #25
2023-02-03 14:12:03 -05:00
..
certspotter Convert to a daemon and make many other improvements 2023-02-03 14:12:03 -05:00
submitct Move retry logic into LogClient 2022-06-02 10:02:32 -04:00
common.go Add some comments about the nature of various errors 2023-02-03 13:59:40 -05:00
helpers.go Overhaul log processing and auditing 2017-01-05 21:00:35 -08:00
log_state.go Apply gofmt 2017-01-08 10:17:00 -08:00
state.go Use ct.SHA256Hash for log ID rather than []byte 2021-04-30 17:04:16 -04:00