MCPcopy Create free account
hub / github.com/cloudflare/cfssl / Handler

Struct Handler

api/bundle/bundle.go:16–18  ·  view source on GitHub ↗

Handler accepts requests for either remote or uploaded certificates to be bundled, and returns a certificate bundle (or error).

Source from the content-addressed store, hash-verified

14// certificates to be bundled, and returns a certificate bundle (or
15// error).
16type Handler struct {
17 bundler *bundler.Bundler
18}
19
20// NewHandler creates a new bundler that uses the root bundle and
21// intermediate bundle in the trust chain.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected