This commit is contained in:
Girish Ramakrishnan
2023-02-01 12:28:46 +01:00
parent 3b9486596d
commit c63e0036cb

View File

@@ -255,7 +255,7 @@ function getAcmeCertificateNameSync(fqdn, domainObject) {
function needsRenewalSync(cert, options) {
assert.strictEqual(typeof cert, 'string');
assert.strictEqual(typeof options, 'string');
assert.strictEqual(typeof options, 'object');
const { startDate, endDate } = getCertificateDatesSync(cert);
const now = new Date();