File: README

package info (click to toggle)
golang-github-kisom-goutils 0.0~git20161101.0.858c9cb-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 396 kB
  • sloc: makefile: 6
file content (8 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
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*