MCPcopy
hub / github.com/caddyserver/caddy / SystemCAPool

Struct SystemCAPool

modules/caddytls/capools.go:784–786  ·  modules/caddytls/capools.go::SystemCAPool

SystemCAPool obtains the trusted root certificates from the system's certificate pool using x509.SystemCertPool()

Source from the content-addressed store, hash-verified

782// SystemCAPool obtains the trusted root certificates from the system's
783// certificate pool using x509.SystemCertPool()
784type SystemCAPool struct {
785 pool *x509.CertPool
786}
787
788// CaddyModule implements caddy.Module.
789func (SystemCAPool) CaddyModule() caddy.ModuleInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected