Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.26 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.26 KB

catchcert

Tests

Connect to a server using TLS 🔒 and get PEM-encoded server certificate 📜.

It's a pretty trivial tool, yet it rocks! 🎸

Usage examples

$ catchcert wikipedia.org
-----BEGIN CERTIFICATE-----
[...]

$ catchcert github.com > github.pem

# port is optional (defaults to 443)
$ catchcert dc.contoso.com 636 > contoso_dc.crt

Get it!

catchcert is written in Go and runs on Windows, GNU/Linux and macOS.

You can download the latest pre-compiled binaries from the releases page.

Want to build it?

$ git clone https://github.com/marcobellaccini/catchcert.git
$ cd catchcert
$ go build

Why?

I wrote this tool because:

Contributors

Marco Bellaccini - creator, maintainer and cool guy