Skip to content

A simple Java-based utility to download TLS/SSL certificates from servers.

License

Notifications You must be signed in to change notification settings

MorbosVermin/CertDownload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CertDownload

A simple Java-based utility to download TLS/SSL certificates from servers.

Usage

C:\> java -jar certdl.jar  www.google.com:443
Connecting to www.google.com:443; please wait...
Connection to www.google.com:443 completed successfully.
Retrieved 3 certificate(s) from server.

C:\> dir *.cer

Directory: C:\

Mode                LastWriteTime     Length Name
----                -------------     ------ ----
-a---        10/22/2014  11:55 PM        897 CN=GeoTrust Global CA, O=GeoTrust Inc., C=US.cer
-a---        10/22/2014  11:55 PM       1012 CN=Google Internet Authority G2, O=Google Inc, C=US.cer
-a---        10/22/2014  11:55 PM       1146 CN=www.google.com, O=Google Inc, L=Mountain View, ST=California, C=US.cer

About

A simple Java-based utility to download TLS/SSL certificates from servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages