 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CertProvider ¶
type CertProvider interface {
	LoadCertificates(config *install.ProxyConfig) (certFile string, certKey string, err error)
}
    type MkCert ¶
type MkCert struct {
	// contains filtered or unexported fields
}
    MkCert provides tooling for generating auto-certified certificate
func NewMkCert ¶
NewMkCert creates a new MkCert instance
func (*MkCert) GeneratedResources ¶
GeneratedResources returns all files generated during certificate creation
type MkCertCache ¶
type MkCertCache struct {
	// contains filtered or unexported fields
}
    func GetMkCertCache ¶
func GetMkCertCache() *MkCertCache
func (*MkCertCache) LoadCertificates ¶
func (m *MkCertCache) LoadCertificates(config *install.ProxyConfig) (certFile string, keyFile string, err error)
func (*MkCertCache) Uuid ¶
func (m *MkCertCache) Uuid(hosts []string) string
       Source Files
      ¶
      Source Files
      ¶
    
- mkcert-cache.go
- mkcert.go
- providers.go
 Click to show internal directories. 
   Click to hide internal directories.