mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
14 lines
686 B
Diff
14 lines
686 B
Diff
diff --git a/cmd/boulder-wfe2/main.go b/cmd/boulder-wfe2/main.go
|
|
index 13e362c8..c16b0c56 100644
|
|
--- a/cmd/boulder-wfe2/main.go
|
|
+++ b/cmd/boulder-wfe2/main.go
|
|
@@ -106,7 +106,7 @@ type Config struct {
|
|
// DirectoryCAAIdentity is used for the /directory response's "meta"
|
|
// element's "caaIdentities" field. It should match the VA's "issuerDomain"
|
|
// configuration value (this value is the one used to enforce CAA)
|
|
- DirectoryCAAIdentity string `validate:"required,fqdn"`
|
|
+ DirectoryCAAIdentity string `validate:"required"`
|
|
// DirectoryWebsite is used for the /directory response's "meta" element's
|
|
// "website" field.
|
|
DirectoryWebsite string `validate:"required,url"`
|