Update docs.

This commit is contained in:
Kyle Isom
2015-10-26 16:08:17 -07:00
parent ea6a050b92
commit 387428a49b
2 changed files with 29 additions and 13 deletions

13
cmd/pembody/README Normal file
View File

@@ -0,0 +1,13 @@
pembody
This is a utility for decoding PEM-encoded files and spewing their
contents to standard output. No trailing newline is appended.
Example:
$ cat file.pem
-----BEGIN TEST DATA-----
c2FtcGxlIGJpbmFyeSBkYXRh
-----END TEST DATA-----
$ pembody file.pem
sample binary data$