MCPcopy
hub / github.com/grpc/grpc-go / systemRootCertsProvider

Struct systemRootCertsProvider

internal/xds/balancer/clusterimpl/clusterimpl.go:619–619  ·  view source on GitHub ↗

systemRootCertsProvider implements a certprovider.Provider that returns the system default root certificates for validation.

Source from the content-addressed store, hash-verified

617// systemRootCertsProvider implements a certprovider.Provider that returns the
618// system default root certificates for validation.
619type systemRootCertsProvider struct{}
620
621func (systemRootCertsProvider) Close() {}
622

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected