CLI to check SSL certificate on web site
curl -vvI -k https://target.web.site The above allows you to view the certificate on the selected web site (including self signed certificates)
Continue reading →curl -vvI -k https://target.web.site The above allows you to view the certificate on the selected web site (including self signed certificates)
Continue reading →