We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bc8aa commit 4888a60Copy full SHA for 4888a60
authority/config/config.go
@@ -85,7 +85,7 @@ type Config struct {
85
CRL *CRLConfig `json:"crl,omitempty"`
86
MetricsAddress string `json:"metricsAddress,omitempty"`
87
SkipValidation bool `json:"-"`
88
- SkipSCEPValidation bool `json:"-"`
+ SkipSCEPValidation bool `json:"-"`
89
90
// Keeps record of the filename the Config is read from
91
loadedFromFilepath string
0 commit comments