Update config.go

This commit is contained in:
foleyjohnm 2022-11-11 11:52:29 -05:00 committed by GitHub
parent c79d4e9316
commit d6f9b3336d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ type CRLConfig struct {
GenerateOnRevoke bool `json:"generateOnRevoke,omitempty"`
CacheDuration *provisioner.Duration `json:"cacheDuration,omitempty"`
RenewPeriod *provisioner.Duration `json:"renewPeriod,omitempty"`
IDPurl string `json:"idpurl"`
IDPurl string `json:"idpurl"`
}
// IsEnabled returns if the CRL is enabled.