You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Known root cert: ${certInfo.certType} certificate "${subjectCN}" (${certInfo.daysRemaining} days valid) on ${targetDays} deadline.`
1606
-
);
1607
-
break;
1608
-
}elseif(certInfo.daysRemaining>targetDays){
1609
-
log.debug(
1610
-
"monitor",
1611
-
`No need to send cert notification for ${certInfo.certType} certificate "${subjectCN}" (${certInfo.daysRemaining} days valid) on ${targetDays} deadline.`
1612
-
);
1613
-
}else{
1614
-
log.debug(
1615
-
"monitor",
1616
-
`call sendCertNotificationByTargetDays for ${targetDays} deadline on certificate ${subjectCN}.`
1617
-
);
1618
-
awaitthis.sendCertNotificationByTargetDays(
1619
-
subjectCN,
1620
-
certInfo.certType,
1621
-
certInfo.daysRemaining,
1622
-
targetDays,
1623
-
notificationList
1624
-
);
1625
-
}
1626
-
certInfo=certInfo.issuerCertificate;
1627
-
}
1628
-
}
1629
-
}
1630
-
}
1631
-
}
1632
-
1633
1570
/**
1634
1571
* Send a certificate notification when certificate expires in less
1635
1572
* than target days
@@ -2164,7 +2101,7 @@ class Monitor extends BeanModel {
0 commit comments