Files
labca/core_interfaces.patch
2020-08-15 19:36:31 +02:00

13 lines
469 B
Diff

diff --git a/core/interfaces.go b/core/interfaces.go
index c57358c9b..5c5087c2f 100644
--- a/core/interfaces.go
+++ b/core/interfaces.go
@@ -108,6 +108,7 @@ type PolicyAuthority interface {
WillingToIssueWildcards(identifiers []identifier.ACMEIdentifier) error
ChallengesFor(domain identifier.ACMEIdentifier) ([]Challenge, error)
ChallengeTypeEnabled(t string) bool
+ ValidEmail(address string) error
}
// StorageGetter are the Boulder SA's read-only methods