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