mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 18:19:33 +00:00
11 lines
386 B
Diff
11 lines
386 B
Diff
diff --git a/core/interfaces.go b/core/interfaces.go
|
|
index 35ebf3896..61d2510e3 100644
|
|
--- a/core/interfaces.go
|
|
+++ b/core/interfaces.go
|
|
@@ -11,4 +11,5 @@ type PolicyAuthority interface {
|
|
ChallengeTypesFor(identifier.ACMEIdentifier) ([]AcmeChallenge, error)
|
|
ChallengeTypeEnabled(AcmeChallenge) bool
|
|
CheckAuthzChallenges(*Authorization) error
|
|
+ ValidEmail(address string) error
|
|
}
|