goutils/cmd/pem2bin
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 Add pem2bin, a utility for dumping the contents of PEM blocks. 2016-01-14 17:45:55 -08:00
main.go Add pem2bin, a utility for dumping the contents of PEM blocks. 2016-01-14 17:45:55 -08:00

README

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*