1JOURNAL-REMOTE.CONF(5)        journal-remote.conf       JOURNAL-REMOTE.CONF(5)
2
3
4

NAME

6       journal-remote.conf, journal-remote.conf.d - Configuration files for
7       the service accepting remote journal uploads
8

SYNOPSIS

10       /etc/systemd/journal-remote.conf
11
12       /etc/systemd/journal-remote.conf.d/*.conf
13
14       /run/systemd/journal-remote.conf.d/*.conf
15
16       /usr/lib/systemd/journal-remote.conf.d/*.conf
17

DESCRIPTION

19       These files configure various parameters of systemd-journal-
20       remote.service(8). See systemd.syntax(7) for a general description of
21       the syntax.
22

CONFIGURATION DIRECTORIES AND PRECEDENCE

24       The default configuration is defined during compilation, so a
25       configuration file is only needed when it is necessary to deviate from
26       those defaults. By default, the configuration file in /etc/systemd/
27       contains commented out entries showing the defaults as a guide to the
28       administrator. This file can be edited to create local overrides.
29
30       When packages need to customize the configuration, they can install
31       configuration snippets in /usr/lib/systemd/*.conf.d/ or
32       /usr/local/lib/systemd/*.conf.d/. The main configuration file is read
33       before any of the configuration directories, and has the lowest
34       precedence; entries in a file in any configuration directory override
35       entries in the single configuration file. Files in the *.conf.d/
36       configuration subdirectories are sorted by their filename in
37       lexicographic order, regardless of in which of the subdirectories they
38       reside. When multiple files specify the same option, for options which
39       accept just a single value, the entry in the file with the
40       lexicographically latest name takes precedence. For options which
41       accept a list of values, entries are collected as they occur in files
42       sorted lexicographically.
43
44       Files in /etc/ are reserved for the local administrator, who may use
45       this logic to override the configuration files installed by vendor
46       packages. It is recommended to prefix all filenames in those
47       subdirectories with a two-digit number and a dash, to simplify the
48       ordering of the files.
49
50       To disable a configuration file supplied by the vendor, the recommended
51       way is to place a symlink to /dev/null in the configuration directory
52       in /etc/, with the same filename as the vendor configuration file.
53

OPTIONS

55       All options are configured in the [Remote] section:
56
57       Seal=
58           Periodically sign the data in the journal using Forward Secure
59           Sealing.
60
61       SplitMode=
62           One of "host" or "none".
63
64       ServerKeyFile=
65           SSL key in PEM format.
66
67       ServerCertificateFile=
68           SSL certificate in PEM format.
69
70       TrustedCertificateFile=
71           SSL CA certificate.
72

SEE ALSO

74       systemd-journal-remote.service(8), systemd(1), systemd-
75       journald.service(8)
76
77
78
79systemd 246                                             JOURNAL-REMOTE.CONF(5)
Impressum