From 709aa01308988a8f3db6400975b404b63b28bbad Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Tue, 17 Oct 2017 17:24:59 -0700 Subject: [PATCH] Add Comodo Dodo to the openLogs list --- logs.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/logs.go b/logs.go index cbd50a4..a37b20b 100644 --- a/logs.go +++ b/logs.go @@ -128,6 +128,11 @@ var OpenLogs = []LogInfo{ Url: "ct.googleapis.com/rocketeer", MMD: 86400, }, + { + Key: mustDecodeBase64("MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAELPXCMfVjQ2oWSgrewu4fIW4Sfh3lco90CwKZ061pvAI1eflh6c8ACE90pKM0muBDHCN+j0HV7scco4KKQPqq4A=="), + Url: "dodo.ct.comodo.com", + MMD: 86400, + }, } func mustDecodeBase64(str string) []byte {