From b8b3ca2ac11a2d611dc9a170130d75a546ac097c Mon Sep 17 00:00:00 2001 From: David Cowden Date: Wed, 13 May 2020 11:38:40 -0700 Subject: [PATCH] acme/authority: Add descriptive intro to ValidateChallenge --- acme/authority.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/acme/authority.go b/acme/authority.go index 9a522e8d..63ad07eb 100644 --- a/acme/authority.go +++ b/acme/authority.go @@ -273,7 +273,8 @@ func (a *Authority) GetAuthz(p provisioner.Interface, accID, authzID string) (*A return az.toACME(a.db, a.dir, p) } -// ValidateChallenge ... +// ValidateChallenge loads a challenge resource and then begins the validation process if the challenge +// is not in one of its terminal states {valid|invalid}. // // The challenge validation state machine looks like: //