Hi there,
The
known logs page provides links to (the v2 versions of) a few critical files:
- the log list JSON Schema (log_list_schema.json)
- the list of all currently known logs (all_logs_list.json)
- the list of logs currently trusted by Chrome (log_list.json)
- a signature over the file above (log_list.sig)
- the public half of the keypair used to produce the signature above (log_list_pubkey.pem)
However, there does not appear to be a signature over all_logs_list.json (which would presumably be called all_logs_list.sig).
Is there any chance that we could get the all_logs_list file signed in the future? This would make automatically consuming and updating that file much easier to trust.
Thanks,
Aaron
P.S. Also the known logs page should probably be updated to point at the v3 versions of the files.