2016-06-07 13:04:20 -07:00
2016-06-07 13:04:20 -07:00
2016-06-07 13:04:20 -07:00
2016-05-27 13:59:26 -07:00
2016-06-10 11:54:25 -07:00
2016-06-09 23:58:33 -07:00
2016-06-09 23:58:33 -07:00
2016-05-27 13:25:18 -07:00
2016-06-09 23:58:33 -07:00
2016-06-10 13:43:56 -07:00
2016-06-10 13:43:56 -07:00
2016-06-10 13:43:56 -07:00
2016-06-10 13:49:06 -07:00

certigo

license build report

Certigo is a utility to examine and validate certificates in a variety of formats.

Install

To install certigo, simply use:

go get github.com/square/certigo

Note that certigo requires Go 1.6 or later to build.

Develop

We use glide for managing vendored dependencies.

Usage

Certigo can read certificates/keystores in various formats and dump them to stdout.

Currently supported formats are DER, PEM, JCEKS and PKCS12. It's a one-stop shop for debugging/analyzing certs.

For example (from stdin):

Or from a file:

You can dump a cert chain from a TLS server. Unlike openssl x509 -text, certigo will dump the entire chain, not just the first certificate:

S
Description
No description provided
Readme
6.7 MiB
Languages
Go 59.7%
Perl 39.7%
Makefile 0.5%