Posts Tagged: vulnerability

DigiCert Certificate Inspector on CentOS 6

DigiCert Certificate Inspector

Installation on CentOS Download the 64-bit RPM: wget https://www.digicert.com/certificate-inspector/agent-pkg/digicertagent-x64.rpm Install the package: rpm -ivh digicertagent-x64.rpm Register the Agent You will need your DigiCert credentials to register the agent: /usr/bin/digicertagent register -desc “MyORG AName” Scan an Server /usr/bin/digicertagent scan -include servername.domain.tld:443 -analyze   Amend the Apache SSL Configuration for POODLE Vulnerability In the file used to… Read more »