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