package
Version:
v0.0.0-...-2ca223a
Opens a new window with list of versions in this module.
Published: Nov 5, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CertCache struct {
}
CertCache is a certificate cache, backed by a database table.
New creates a new certificate cache. When name is empty, "cert_cache" is
used.
Delete remotes an entry. If the entry does not exist, it is a noop.
Get gets a certificate entry by name. Returns autocert.ErrCacheMiss if the
entry is not found.
Put saves a certificate entry by name. If the entry already exists,
it will be replaces.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.