correcting doc

This commit is contained in:
Vincent Batts 2012-08-06 16:47:47 -04:00
parent 9cebf811bc
commit 96063631d8
1 changed files with 3 additions and 2 deletions

View File

@ -9,11 +9,12 @@ and applying huffman encoding.
Take in an v1 x509 certificate, and extract the
content sets, output them to newline delimited output
`$> ruby ./thing.rb d this-cert.pem > this-cert.list`
`$> ruby ./thing.rb d this-cert.pem`
This would produce a file named 'this-cert.txt'
Process this output to generate the compiled output
`$> ruby ./thing.rb c this-cert.list`
`$> ruby ./thing.rb c this-cert.txt`
This would produce a file named 'this-cert.bin'
Then, the unpack the binary with: