package bundle
import "github.com/cloudflare/cfssl/api/bundle"
Package bundle implements the HTTP handler for the bundle command.
Index ¶
Functions ¶
func NewHandler ¶
NewHandler creates a new bundler that uses the root bundle and intermediate bundle in the trust chain.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler accepts requests for either remote or uploaded certificates to be bundled, and returns a certificate bundle (or error).
func (*Handler) Handle ¶
Handle implements an http.Handler interface for the bundle handler.
Source Files ¶
- Version
- v1.4.0
- Published
- Oct 31, 2019
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 4 days ago –
Tools for package owners.