diff --git a/core/interfaces.go b/core/interfaces.go index 3e0d3f1ae..ffbbe7d11 100644 --- a/core/interfaces.go +++ b/core/interfaces.go @@ -113,6 +113,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