Update docs.
This commit is contained in:
13
cmd/pembody/README
Normal file
13
cmd/pembody/README
Normal 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$
|
||||
|
||||
Reference in New Issue
Block a user