var fDesc=new Array(); fDesc[0] = "SSL Certificate Management (SSLCM) is a program to help manage all your certificates. You can create unlimited jobs to retrieve certificates from different locations. SSLCM can retrieve certificates from URLs, Windows Certificate Stores, Java keystores, and individual certificates.

You can assign owners for all your certificates based on scan job, collector, or host, and notify them as the expiration date approaches. You can create a custom message for owners that includes the expiring certificates and their locations. SSLCM will also periodically remind owners of their expiring certificates based on an interval you choose."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }