goutils/cmd/readchain
Kyle Isom d66cfe1145 Cut over to Bazel. 2023-05-04 14:00:30 -07:00
..
BUILD.bazel Cut over to Bazel. 2023-05-04 14:00:30 -07:00
README Initial import. 2015-06-10 16:32:04 -07:00
chain.go Initial import. 2015-06-10 16:32:04 -07:00

README

readchain

This is a small utility to read a chain of PEM-encoded X.509 certificates
and print their common names. It was written to quickly see what certificates
were in a bundle.

It is called with the files containing chains to read passed in as an
argument. The program has no knobs or widgets to adjust.

Examples:

	$ readchain google.com.pem microsoft.com.pem
	[+] google.com.pem:
	        *.google.com
	        Google Internet Authority G2
	        GeoTrust Global CA
	[+] microsoft.com.pem:
	        microsoft.com
	        MSIT Machine Auth CA 2
	        Microsoft Internet Authority