log.debug("monitor",`Known root cert: ${certInfo.certType} certificate "${subjectCN}" (${certInfo.daysRemaining} days valid) on ${targetDays} deadline.`);
break;
}elseif(certInfo.daysRemaining>targetDays){
log.debug("monitor",`No need to send cert notification for ${certInfo.certType} certificate "${subjectCN}" (${certInfo.daysRemaining} days valid) on ${targetDays} deadline.`);
log.debug("monitor",`No need to send cert notification for ${certInfo.certType} certificate "${subjectCN}" (${certInfo.daysRemaining} days valid) on ${targetDays} deadline.`);
}else{
}else{
log.debug("monitor",`call sendCertNotificationByTargetDays for ${targetDays} deadline on certificate ${subjectCN}.`);
log.debug("monitor",`call sendCertNotificationByTargetDays for ${targetDays} deadline on certificate ${subjectCN}.`);