File: README

package info (click to toggle)
golang-github-kisom-goutils 0.0~git20161101.0.858c9cb-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 384 kB
  • ctags: 331
  • sloc: makefile: 6
file content (20 lines) | stat: -rw-r--r-- 593 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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