Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
CRLStorer struct {
cmd.ServiceConfig
// IssuerCerts is a list of paths to issuer certificates on disk. These will
// be used to validate the CRLs received by this service before uploading
// them.
IssuerCerts []string `validate:"min=1,dive,required"`
// Storage config. Embedded so the fields can go at the top level.
bs3.Config
Features features.Config
}
Syslog cmd.SyslogConfig
OpenTelemetry cmd.OpenTelemetryConfig
}
Click to show internal directories.
Click to hide internal directories.