Merge branch 'acme_sync' into v2

# Conflicts:
#	packages/core/acme-client/.gitignore
#	packages/core/acme-client/package.json
#	packages/core/acme-client/src/auto.js
#	packages/core/acme-client/src/crypto/forge.js
#	packages/core/acme-client/types/index.d.ts
This commit is contained in:
xiaojunnuo
2023-01-29 15:35:26 +08:00
2 changed files with 19 additions and 25 deletions
+5 -3
View File
@@ -169,9 +169,6 @@ module.exports = async function(client, userOpts) {
await challengeFunc(authz);
});
log('[auto] Waiting for challenge valid status');
// await Promise.all(challengePromises);
log('开始challenge');
let promise = Promise.resolve();
function runPromisesSerially(tasks) {
@@ -183,6 +180,11 @@ module.exports = async function(client, userOpts) {
await runPromisesSerially(challengePromises);
log('challenge结束');
// log('[auto] Waiting for challenge valid status');
// await Promise.all(challengePromises);
/**
* Finalize order and download certificate
*/