certs

package
v1.0.0-beta.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

type Manager interface {
	// GetCertificate is retrieving a certificate from the manager
	GetCertificate(hello *tls.ClientHelloInfo) (*tls.Certificate, error)
	// ServeHTTP is serving the autocert handler
	ServeHTTP(fallback http.Handler, w http.ResponseWriter, r *http.Request)
	// TLSConfig exposes the tls config
	TLSConfig() *tls.Config
	// Cache
	Cache() cache.Cache
}

Manager is an interface to manage certificates

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL