diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-15 18:40:06 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-15 18:40:06 +0200 |
commit | 15fc65f35079bdac64c48e9ae37833785a6d379d (patch) | |
tree | 5097a6395e9596e3687ddae2ba7072f2bc375213 /tools | |
parent | fc0babb27d9021c103b05eaae0ccc6caef12137e (diff) | |
download | rsyslog-15fc65f35079bdac64c48e9ae37833785a6d379d.tar.gz rsyslog-15fc65f35079bdac64c48e9ae37833785a6d379d.tar.bz2 rsyslog-15fc65f35079bdac64c48e9ae37833785a6d379d.zip |
add basic doc for encryption capability
Diffstat (limited to 'tools')
-rw-r--r-- | tools/rscryutil.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/rscryutil.rst b/tools/rscryutil.rst index c546d855..dfd447d2 100644 --- a/tools/rscryutil.rst +++ b/tools/rscryutil.rst @@ -46,6 +46,13 @@ OPTIONS or other meta information. Keyfiles can be generated via the *--write-keyfile* option. +-p, --key-program <path-to-program> + In this mode, the key is provided by a so-called "key program". This program + is executed and must return the key to (as well as some meta information) + via stdout. The core idea of key programs is that using this interface the + user can implement as complex (and secure) method to obtain keys as + desired, all without the need to make modifications to rsyslog. + -K, --key <KEY> TESTING AID, NOT FOR PRODUCTION USE. This uses the KEY specified on the command line. This is the actual key, and as such this mode |