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

8
cmd/pem2bin/README Normal file
View File

@@ -0,0 +1,8 @@
pem2bin
This is a utility that strips the PEM-encoding from a file and dumps
the binary body to disk. The resulting filename is the original pathname
with ".bin" appended. Note that only the first PEM block in a file will
be decoded.
Usage: pem2bin paths*