Add Symantec Sirius log
This commit is contained in:
parent
e96ccbab62
commit
4268566999
5
logs.go
5
logs.go
|
@ -152,6 +152,11 @@ var DefaultLogs = []LogInfo{
|
|||
CertExpiryBegin: makeTime(1609459200),
|
||||
CertExpiryEnd: makeTime(1640995200),
|
||||
},
|
||||
{
|
||||
Key: mustDecodeBase64("MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEowJkhCK7JewN47zCyYl93UXQ7uYVhY/Z5xcbE4Dq7bKFN61qxdglnfr0tPNuFiglN+qjN2Syxwv9UeXBBfQOtQ=="),
|
||||
Url: "sirius.ws.symantec.com",
|
||||
MMD: 86400,
|
||||
},
|
||||
}
|
||||
|
||||
// Logs which monitor certs from distrusted roots
|
||||
|
|
Loading…
Reference in New Issue