mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-28 10:19:33 +00:00
11 lines
415 B
Diff
11 lines
415 B
Diff
diff --git a/core/interfaces.go b/core/interfaces.go
|
|
index d19eb4fb8..3ae50d737 100644
|
|
--- a/core/interfaces.go
|
|
+++ b/core/interfaces.go
|
|
@@ -11,4 +11,5 @@ type PolicyAuthority interface {
|
|
WillingToIssueWildcards(identifiers []identifier.ACMEIdentifier) error
|
|
ChallengesFor(domain identifier.ACMEIdentifier) ([]Challenge, error)
|
|
ChallengeTypeEnabled(t AcmeChallenge) bool
|
|
+ ValidEmail(address string) error
|
|
}
|