AcmeClient.verifyChallengePassed

Acknowledge to CA server that a Auth is setup for check.

class AcmeClient
void
verifyChallengePassed
(,
JSONValue challenge
)

Parameters

authorizationUrl string

url to a auth job

challenge JSONValue

the current challange for reference

Throws if the challenge isn't accepted (or on timeout)

Meta