- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for NewCertPool (0.05 sec)
-
istioctl/pkg/kubeinject/kubeinject.go
cc := e.clientConfig if cc == nil { return nil, nil } var address string if cc.URL != nil { address = *cc.URL } var certPool *x509.CertPool if len(cc.CABundle) > 0 { certPool = x509.NewCertPool() certPool.AppendCertsFromPEM(cc.CABundle) } else { var err error certPool, err = x509.SystemCertPool() if err != nil { return nil, err } }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 16:31:46 UTC 2024 - 21K bytes - Viewed (0)