mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
13 lines
476 B
Diff
13 lines
476 B
Diff
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
|