MCPcopy Create free account
hub / github.com/FiloSottile/intermediates / intermediate

Struct intermediate

generate.go:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31const ccadb = "https://ccadb.my.salesforce-sites.com/mozilla/MozillaIntermediateCertsCSVReport"
32
33type intermediate struct {
34 Subject, Issuer string
35 PEM string
36 Hash [sha256.Size]byte
37}
38
39func main() {
40 c := &http.Client{Timeout: 1 * time.Minute}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected