fix(acme): parse issued certificate expiry from X.509 metadata and update build compatibility for dependency upgrades
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'reflect-metadata';
|
||||
import * as crypto from 'node:crypto';
|
||||
|
||||
/**
|
||||
|
||||
@@ -27,7 +27,7 @@ export function createAuthzHandler(
|
||||
}
|
||||
|
||||
// Build challenge objects
|
||||
const challenges = [];
|
||||
const challenges: Array<{ type: string; url: string; status: string; token: string; validated?: string }> = [];
|
||||
for (const challengeId of authz.challengeIds) {
|
||||
const challenge = await orderStore.getChallenge(challengeId);
|
||||
if (challenge) {
|
||||
|
||||
Reference in New Issue
Block a user