add --key-gen option to fwknopd (suggested by Jonathan Bennett)

This commit is contained in:
Michael Rash
2015-05-20 08:55:17 -07:00
parent 3e2e73ff99
commit ceb1713976
12 changed files with 209 additions and 34 deletions

View File

@@ -196,6 +196,11 @@ GENERAL OPTIONS
keys are generally more secure than passphrases that are typed in from the
command line.
*--key-gen-file*='<file>'::
Write generated keys to the specified file. Note that the file is
overwritten if it already exists. If this option is not given, then
*--key-gen* writes the keys to stdout.
*--key-len*='<length>'::
Specify the number of bytes for a generated Rijndael key. The maximum size
is currently 128 bytes.