SSL Cert Downloader is a free command-line tool to grab SSL certificate from server remotely.
It can be used to download certificate from any of the SSL enabled services including
HTTPS (443)
LDAPS (636)
SMTPS (465)
POPS (995)
IMAPS (993)
You can either specify IP address or host name of the server. Also you can enter any custom port which makes it useful when SSL service is running on non-standard port.
Once the certificate is downloaded from the server it will be saved to the specified file. Later you can just double click on the saved file to view the SSL certificate.
It is very easy to use and being a command-line tool makes it easy for automation through scripting.
SSL Cert Downloader is fully portable and works on all platforms starting from Windows XP to Windows 10 version.
How to use?
SSL Cert Downloader is a command-line based tool. Hence it must be launched from cmd prompt as shown below.
Here are the simple usage information,
SSLCertDownloader.exe <server_address> <port> <save_filename>
<server_address> IP Address of Name of Remote Server
<port> Port number of SSL service
<save_filename> Full path of file name save the certificate