Skip to content

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

License

Notifications You must be signed in to change notification settings

marcobellaccini/catchcert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages