Update config.go

pull/1178/head
foleyjohnm 2 years ago committed by GitHub
parent c79d4e9316
commit d6f9b3336d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save