mirror of
https://github.com/smallstep/certificates.git
synced 2024-10-31 03:20:16 +00:00
accidentally removed DisableIssuedAtCheck during merge
This commit is contained in:
parent
ee7db4006a
commit
d2872564b4
@ -75,9 +75,10 @@ type Config struct {
|
||||
|
||||
// AuthConfig represents the configuration options for the authority.
|
||||
type AuthConfig struct {
|
||||
Provisioners []*Provisioner `json:"provisioners,omitempty"`
|
||||
Template *x509util.ASN1DN `json:"template,omitempty"`
|
||||
Claims *ProvisionerClaims
|
||||
Provisioners []*Provisioner `json:"provisioners,omitempty"`
|
||||
Template *x509util.ASN1DN `json:"template,omitempty"`
|
||||
Claims *ProvisionerClaims
|
||||
DisableIssuedAtCheck bool `json:"disableIssuedAtCheck,omitempty"`
|
||||
}
|
||||
|
||||
// Validate validates the authority configuration.
|
||||
|
Loading…
Reference in New Issue
Block a user