mirror of
https://github.com/smallstep/certificates.git
synced 2024-10-31 03:20:16 +00:00
Add omit empty to IDPurl
This commit is contained in:
parent
d6f9b3336d
commit
be4cd17b40
@ -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,omitempty"`
|
||||
}
|
||||
|
||||
// IsEnabled returns if the CRL is enabled.
|
||||
|
Loading…
Reference in New Issue
Block a user