1SLOGKEY(1) The slogkey utility manual pag SLOGKEY(1)
2
3
4
6 slogkey - Manage cryptographic keys for use with secure encrypted
7 destination
8
10 slogkey [options [arguments]]
11
13 The slogkey utility is used to manage cryptographic keys for use with a
14 secure encrypted destination. Use this utility to create a master key,
15 derive a host key for a secure encrypted destination and to display the
16 current log entry counter related to a key.
17
19 -m <filename>
20 Generates a mew master key. <filename> is the name of the file
21 storing the newly generated master key.
22
23 -d
24 Derive a host key using a previously generated master key.
25
26 /usr/sbin/slogkey -d <master key filename> <host MAC address> <host serial number> <host key filename>
27
28 -s
29 Display the current log entry counter to which the key relates.
30
31 /usr/bin/slogkey -s <host key filename>
32
34 /usr/bin/slogkey
35
36 /etc/syslog-ng.conf
37
39 syslog-ng.conf(5)
40
41 Note
42 For the detailed documentation of see The syslog-ng Administrator
43 Guide[1]
44
45 If you experience any problems or need help with syslog-ng, visit
46 the syslog-ng mailing list[2].
47
48 For news and notifications about of syslog-ng, visit the syslog-ng
49 blogs[3].
50
52 This manual page was written by the Airbus Secure Logging Team
53 <secure-logging@airbus.com>.
54
57 1. The syslog-ng Administrator Guide
58 https://www.balabit.com/documents/syslog-ng-ose-latest-guides/en/syslog-ng-ose-guide-admin/html/index.html
59
60 2. syslog-ng mailing list
61 https://lists.balabit.hu/mailman/listinfo/syslog-ng
62
63 3. syslog-ng blogs
64 https://syslog-ng.org/blogs/
65
66
67
683.27 04/30/2020 SLOGKEY(1)