mahendraprabu / sslcert-capture

Capture SSL certificate from remote server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sslcert-capture

Capture SSL certificate from remote HTTPS server and save all CA and leaf certificates used by server during SSL handshake to local folder.

Usage:

Windows:

sslcert-capture.exe -host <host name> -port <port number>

Linux

./sslcert-capture -host <host name> -port <port number>

Download from Release page: https://github.com/mahendraprabu/sslcert-capture/releases/tag/v1.0.0

About

Capture SSL certificate from remote server

License:MIT License


Languages

Language:Go 100.0%