Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha committed Jan 30, 2025
1 parent 9a67fe0 commit 1af2e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion issuance/issuer.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ type IssuerConfig struct {

IssuerURL string `validate:"required,url"`
OCSPURL string `validate:"required,url"`
CRLURLBase string `validate:"omitempty,url,startswith=http://,endswith=/"`
CRLURLBase string `validate:"required,url,startswith=http://,endswith=/"`

// Number of CRL shards.
// If this is zero, no CRLDP will be added to issued certs.
Expand Down

0 comments on commit 1af2e10

Please sign in to comment.