From 1a6ed13fd679623b27682aa4e0f4542e0602222a Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Tue, 17 Oct 2017 17:27:03 -0700 Subject: [PATCH] Add Comodo Mammoth and Comodo Sabre Trusted as of Chrome 60. --- logs.go | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/logs.go b/logs.go index a37b20b..5f9f58d 100644 --- a/logs.go +++ b/logs.go @@ -104,6 +104,16 @@ var DefaultLogs = []LogInfo{ Url: "ctlog-gen2.api.venafi.com", MMD: 86400, }, + { + Key: mustDecodeBase64("MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7+R9dC4VFbbpuyOL+yy14ceAmEf7QGlo/EmtYU6DRzwat43f/3swtLr/L8ugFOOt1YU/RFmMjGCL17ixv66MZw=="), + Url: "mammoth.ct.comodo.com", + MMD: 86400, + }, + { + Key: mustDecodeBase64("MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE8m/SiQ8/xfiHHqtls9m7FyOMBg4JVZY9CgiixXGz0akvKD6DEL8S0ERmFe9U4ZiA0M4kbT5nmuk3I85Sk4bagA=="), + Url: "sabre.ct.comodo.com", + MMD: 86400, + }, } // Logs which monitor certs from distrusted roots