Add Comodo Dodo to the openLogs list

This commit is contained in:
Andrew Ayer 2017-10-17 17:24:59 -07:00
parent 8b2664b474
commit 709aa01308
1 changed files with 5 additions and 0 deletions

View File

@ -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 {