mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
11 lines
366 B
Diff
11 lines
366 B
Diff
diff --git a/core/interfaces.go b/core/interfaces.go
|
|
index 003329c3..c01cd881 100644
|
|
--- a/core/interfaces.go
|
|
+++ b/core/interfaces.go
|
|
@@ -11,4 +11,5 @@ type PolicyAuthority interface {
|
|
ChallengesFor(identifier.ACMEIdentifier) ([]Challenge, error)
|
|
ChallengeTypeEnabled(AcmeChallenge) bool
|
|
CheckAuthz(*Authorization) error
|
|
+ ValidEmail(address string) error
|
|
}
|