mirror of
https://github.com/square/certigo.git
synced 2024-04-21 12:32:40 +00:00
* Use Go generate instead of a makefile * Meet the go generate specifications
gen-known-logs
A tool for generating the list of CT logs that certigo uses for printing operator information and log URLs for SCTs.
Logs are fetched parsed from https://www.gstatic.com/ct/log_list/v2/all_logs_list.json, documented here.
Usage
Run go generate ./... to regenerate known logs.