forked from TrueCloudLab/certificates
Update config.go
This commit is contained in:
parent
c79d4e9316
commit
d6f9b3336d
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ type CRLConfig struct {
|
||||||
GenerateOnRevoke bool `json:"generateOnRevoke,omitempty"`
|
GenerateOnRevoke bool `json:"generateOnRevoke,omitempty"`
|
||||||
CacheDuration *provisioner.Duration `json:"cacheDuration,omitempty"`
|
CacheDuration *provisioner.Duration `json:"cacheDuration,omitempty"`
|
||||||
RenewPeriod *provisioner.Duration `json:"renewPeriod,omitempty"`
|
RenewPeriod *provisioner.Duration `json:"renewPeriod,omitempty"`
|
||||||
IDPurl string `json:"idpurl"`
|
IDPurl string `json:"idpurl"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// IsEnabled returns if the CRL is enabled.
|
// IsEnabled returns if the CRL is enabled.
|
||||||
|
|
Loading…
Reference in a new issue