Add pem2bin, a utility for dumping the contents of PEM blocks.

This commit is contained in:
Kyle Isom
2016-01-14 17:44:30 -08:00
parent 8fd2e76939
commit f5a9762b28
3 changed files with 48 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ Contents:
certificate request.
fragment/ Print a fragment of a file.
jlp/ JSON linter/prettifier.
pem2bin/ Dump the binary body of a PEM-encoded block.
pembody/ Print the body of a PEM certificate.
showimp/ List the external (e.g. non-stdlib and outside the
current working directory) imports for a Go file.