MCPcopy Index your code
hub / github.com/coder/coder / rootCertPool

Function rootCertPool

coderd/azureidentity/roots_other.go:8–10  ·  view source on GitHub ↗

rootCertPool returns the system cert pool on non-Apple platforms.

()

Source from the content-addressed store, hash-verified

6
7// rootCertPool returns the system cert pool on non-Apple platforms.
8func rootCertPool() (*x509.CertPool, error) {
9 return x509.SystemCertPool()
10}

Callers 1

ValidateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected