How to download certificate from a Website CommandLine
OpenSSL command to download the certificate from website is as follows Simple Example to download the certificate from google.com Where, echo -n produces empty message to server so successful connection is made The -servername is required to select the correct certificate when…