diff --git a/core/interfaces.go b/core/interfaces.go index 06576845c..a854745fd 100644 --- a/core/interfaces.go +++ b/core/interfaces.go @@ -95,6 +95,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