feat(dir2config)
This commit is contained in:
2
vendor/github.com/google/certificate-transparency-go/x509/cert_pool.go
generated
vendored
2
vendor/github.com/google/certificate-transparency-go/x509/cert_pool.go
generated
vendored
@ -121,7 +121,7 @@ func (s *CertPool) AppendCertsFromPEM(pemCerts []byte) (ok bool) {
|
||||
}
|
||||
|
||||
cert, err := ParseCertificate(block.Bytes)
|
||||
if err != nil {
|
||||
if IsFatal(err) {
|
||||
continue
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user