Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Review feedback
Browse files Browse the repository at this point in the history
jsha committed Jan 30, 2025
1 parent 4880b5f commit 98f862a
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
@@ -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.

0 comments on commit 98f862a

Please sign in to comment.