mirror of
https://github.com/smallstep/certificates.git
synced 2024-11-17 15:29:21 +00:00
acme/authority: Add descriptive intro to ValidateChallenge
This commit is contained in:
parent
5e5a76c3b5
commit
b8b3ca2ac1
@ -273,7 +273,8 @@ func (a *Authority) GetAuthz(p provisioner.Interface, accID, authzID string) (*A
|
|||||||
return az.toACME(a.db, a.dir, p)
|
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:
|
// The challenge validation state machine looks like:
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user