goutils/cmd/pembody
Kyle Isom cb827169dc switching hosting providers 2020-11-26 20:09:37 -08:00
..
README Support reading from standard input in pembody. 2016-04-28 14:15:35 -07:00
pembody.go switching hosting providers 2020-11-26 20:09:37 -08:00

README

pembody

This is a utility for decoding PEM-encoded files and spewing their
contents to standard output. No trailing newline is appended. If
the filename is "-", pembody reads from standard input.

Example:
        $ cat file.pem
        -----BEGIN TEST DATA-----
        c2FtcGxlIGJpbmFyeSBkYXRh
        -----END TEST DATA-----
        $ pembody file.pem
        sample binary data$