1QSSIGN(1)                       qssign man page                      QSSIGN(1)
2
3
4

NAME

6       qssign - an utility to sign and verify the integrity of log data.
7

SYNOPSIS

9       qssign   -s|S   <secret>   [-e]  [-v]  [-u  <name>]  [-f  <regex>]  [-a
10       'sha1'|'sha256']
11

DESCRIPTION

13       qssign is a log data integrity check tool. It reads log data from stdin
14       (pipe)  and writes the data to stdout adding a sequence number and sig‐
15       natur to ever log line.
16

OPTIONS

18       -s <secret>
19              Passphrase used to calculate signature.
20
21       -S <program>
22              Specifies a program which writes the passphrase to stdout.
23
24       -e     Writes start/end marker when starting/stopping data signing.
25
26       -v     Verification mode checking the integrity of signed data.
27
28       -u <name>
29              Becomes another user, e.g. www-data.
30
31       -f <regex>
32              Filter pattern (case sensitive regular expression) for  messages
33              which do not need to be signed.
34
35       -a 'sha1'|'sha256'
36              Specifes the algorithm to use. Default is sha1.
37

EXAMPLE

39       Sign:
40
41        TransferLog   "|/bin/qssign   -s   password   -e   |/bin/qsrotate   -o
42       /var/log/apache/access_log"
43
44
45       Verify:
46
47        cat access_log | qssign -s password -v
48
49

SEE ALSO

51       qsexec(1),  qsfilter2(1),  qsgeo(1),  qsgrep(1),  qshead(1),  qslog(1),
52       qslogger(1), qspng(1), qsrotate(1), qstail(1)
53

AUTHOR

55       Pascal Buchbinder, http://mod-qos.sourceforge.net/
56
57
58
59mod_qos utilities 11.55            June 2018                         QSSIGN(1)
Impressum