certman

package
v0.0.0-...-9f300ed Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2023 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrCacheMiss = autocert.ErrCacheMiss

Functions

This section is empty.

Types

type Cache

type Cache = autocert.Cache

type DirCache

type DirCache = autocert.DirCache

type Manager

type Manager struct {
	Email                  string
	DirectoryUrl           string
	ExternalAccountBinding *acme.ExternalAccountBinding

	Cache  Cache
	Logger *logman.Logger

	DnsProvider interface {
		libdns.RecordAppender
		libdns.RecordDeleter
	}
	// contains filtered or unexported fields
}

func (*Manager) GetCertificate

func (m *Manager) GetCertificate(name string) (*tls.Certificate, error)

Jump to

Keyboard shortcuts

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