Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
MTCA struct {
cmd.ServiceConfig
GRPCMTCA *cmd.GRPCServerConfig
// Issuer holds the configuration for a single MTCA instance with a single mtcaID.
// We run a separate process for each issuer.
// TODO: the issuance package parses the CA certificate as a self-signed X.509
// certificate, but per MTC draft, a CA SHOULD be represented by an RFC 9925
// unsigned certificate: https://www.rfc-editor.org/rfc/rfc9925.html.
Issuer issuance.IssuerConfig
}
Syslog cmd.SyslogConfig
OpenTelemetry cmd.OpenTelemetryConfig
}
Click to show internal directories.
Click to hide internal directories.