Merge 0d20643826
into 45fd6962f2
This commit is contained in:
commit
e2d5b61e84
4
acme.js
4
acme.js
|
@ -855,7 +855,11 @@ ACME._postChallenge = function (me, options, kid, auth) {
|
||||||
.catch(transformError);
|
.catch(transformError);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (auth.status === 'valid') {
|
||||||
|
return pollStatus();
|
||||||
|
} else {
|
||||||
return respondToChallenge();
|
return respondToChallenge();
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// options = { domains, claims, challenges }
|
// options = { domains, claims, challenges }
|
||||||
|
|
Loading…
Reference in New Issue