Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultStoreKeySuffix = "/acme/account/object"
DefaultStoreKeySuffix is the default suffix/storage.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccountOld ¶ added in v2.5.0
type AccountOld struct {
Email string
Registration *internal.Resource
PrivateKey []byte
DomainsCertificate DomainsCertificates
ChallengeCerts map[string]*ChallengeCert
HTTPChallenge map[string]map[string][]byte
}
AccountOld is used to store lets encrypt registration info.
type CertificateOld ¶ added in v2.5.0
type CertificateOld struct {
Domain string
CertURL string
CertStableURL string
PrivateKey []byte
Certificate []byte
}
CertificateOld is used to store certificate info.
type ChallengeCert ¶
ChallengeCert stores a challenge certificate.
type Config ¶
type Config struct {
StoreName string
Prefix string
Suffix string
Endpoints []string
Options valkeyrie.Config
}
Config KV configuration.
type DomainsCertificate ¶
type DomainsCertificate struct {
Domains traefikv1.Domain
Certificate *CertificateOld
}
DomainsCertificate contains a certificate for multiple domains.
type DomainsCertificates ¶
type DomainsCertificates struct {
Certs []*DomainsCertificate
}
DomainsCertificates stores a certificate for multiple domains.
Click to show internal directories.
Click to hide internal directories.