correcting doc

This commit is contained in:
Vincent Batts 2012-08-06 16:47:47 -04:00
parent 9cebf811bc
commit 96063631d8

View file

@ -9,11 +9,12 @@ and applying huffman encoding.
Take in an v1 x509 certificate, and extract the Take in an v1 x509 certificate, and extract the
content sets, output them to newline delimited output 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 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' This would produce a file named 'this-cert.bin'
Then, the unpack the binary with: Then, the unpack the binary with: