|
SSL Certificate Downloader |
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
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
|
|
|
Examples of SSLCertDownloader |
|
SSLCertDownloader.exe -h |
|
SSLCertDownloader.exe www.google.com 443 c:\googlecert.cer |
|
SSLCertDownloader.exe 137.99.26.113 636 c:\ldap_sslcert.cer |
|
SSLCertDownloader.exe smtp.gmail.com 465 c:\smtp_sslcert.cer |
|
|
|
Once the certificate is saved to file, you can just double click on it to view the contents as shown in the screenshot below. |
|
|
|
Screenshot 1: SSL Cert Downloader grabbing the SSL Certificate from Facebook web server |
|
 |
|
Screenshot 2: Contents of Facebook SSL Certificate grabbed by SSL Cert Downloader |
|
 |
|
|
|
Major 2018 release with improved & faster SSL Certificate downloading features |
|
Mega 2017 edition supporting 130+ Cipher Suites for downloading SSL Certificates |
|
Mega 2016 release with support for new Windows 10 version. |
|
Automatically detects non-command mode and displays the prompt message. Improved output and help screen. |
|
First public release
of SSLCertDownloader. |
|
|
|
|
|
|
|
|
|
|
|
|
|