0d20643826
45fd6962f2
@ -855,7 +855,11 @@ ACME._postChallenge = function (me, options, kid, auth) {
.catch(transformError);
}
return respondToChallenge();
if (auth.status === 'valid') {
return pollStatus();
} else {
};
// options = { domains, claims, challenges }