Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { APIKeyRef meta.SecretKeySelector `json:"apiKeyRef"` APISecretRef meta.SecretKeySelector `json:"apiSecretRef"` Production bool `json:"production"` // The TTL of the TXT record used for the DNS challenge TTL int `json:"ttl"` }
Issuer:
Spec: acme: dns01: providers: config: authApiKey: YYYY authApiSecret: ZZZZZ productions: false ttl: 30
type Solver ¶
type Solver struct {
// contains filtered or unexported fields
}
func (*Solver) Initialize ¶
Click to show internal directories.
Click to hide internal directories.