mirror of
https://github.com/SSLMate/certspotter.git
synced 2025-06-27 10:15:33 +02:00
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…
x
Reference in New Issue
Block a user