SystemCAPool obtains the trusted root certificates from the system's certificate pool using x509.SystemCertPool()
| 782 | // SystemCAPool obtains the trusted root certificates from the system's |
| 783 | // certificate pool using x509.SystemCertPool() |
| 784 | type SystemCAPool struct { |
| 785 | pool *x509.CertPool |
| 786 | } |
| 787 | |
| 788 | // CaddyModule implements caddy.Module. |
| 789 | func (SystemCAPool) CaddyModule() caddy.ModuleInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected