]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/journal-remote.conf.xml
Merge pull request #2222 from snakeroot/eventsplat
[thirdparty/systemd.git] / man / journal-remote.conf.xml
CommitLineData
eaa5251d
CM
1<?xml version='1.0'?> <!--*-nxml-*-->
2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
12b42c76 3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
eaa5251d
CM
4
5<!--
6 This file is part of systemd.
7
8 Copyright 2015 Chris Morgan
9
10 systemd is free software; you can redistribute it and/or modify it
11 under the terms of the GNU Lesser General Public License as published by
12 the Free Software Foundation; either version 2.1 of the License, or
13 (at your option) any later version.
14
15 systemd is distributed in the hope that it will be useful, but
16 WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 Lesser General Public License for more details.
19
20 You should have received a copy of the GNU Lesser General Public License
21 along with systemd; If not, see <http://www.gnu.org/licenses/>.
22-->
23
24<refentry id="journal-remote.conf" conditional='HAVE_MICROHTTPD'
25 xmlns:xi="http://www.w3.org/2001/XInclude">
26 <refentryinfo>
27 <title>journal-remote.conf</title>
28 <productname>systemd</productname>
29
30 <authorgroup>
31 <author>
32 <contrib>Developer</contrib>
33 <firstname>Chris</firstname>
34 <surname>Morgan</surname>
35 <email>chmorgan@gmail.com</email>
36 </author>
37 </authorgroup>
38 </refentryinfo>
39
40 <refmeta>
41 <refentrytitle>journal-remote.conf</refentrytitle>
42 <manvolnum>5</manvolnum>
43 </refmeta>
44
45 <refnamediv>
46 <refname>journal-remote.conf</refname>
47 <refname>journal-remote.conf.d</refname>
48 <refpurpose>Journal remote service configuration files</refpurpose>
49 </refnamediv>
50
51 <refsynopsisdiv>
12b42c76
TG
52 <para><filename>/etc/systemd/journal-remote.conf</filename></para>
53 <para><filename>/etc/systemd/journald.conf.d/*.conf</filename></para>
eaa5251d 54 <para><filename>/run/systemd/journald.conf.d/*.conf</filename></para>
12b42c76 55 <para><filename>/usr/lib/systemd/journald.conf.d/*.conf</filename></para>
eaa5251d
CM
56 </refsynopsisdiv>
57
58 <refsect1>
59 <title>Description</title>
60
61 <para>These files configure various parameters of the systemd-remote-journal
62 application,
63 <citerefentry><refentrytitle>systemd-journal-remote</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
64 </refsect1>
65
66 <xi:include href="standard-conf.xml" xpointer="main-conf" />
67
68 <refsect1>
69 <title>Options</title>
70
71 <para>All options are configured in the
72 <literal>[Remote]</literal> section:</para>
73
74 <variablelist>
9d3737f1
MS
75 <varlistentry>
76 <term><varname>Seal=</varname></term>
77
78 <listitem><para>Periodically sign the data in the journal using Forward Secure Sealing.
79 </para></listitem>
80 </varlistentry>
81
eaa5251d
CM
82
83 <varlistentry>
84 <term><varname>SplitMode=</varname></term>
85
86 <listitem><para>One of <literal>host</literal> or <literal>none</literal>.
87 </para></listitem>
88 </varlistentry>
89
90 <varlistentry>
91 <term><varname>ServerKeyFile=</varname></term>
92
45afd519 93 <listitem><para>SSL key in PEM format.</para></listitem>
eaa5251d
CM
94 </varlistentry>
95
96 <varlistentry>
97 <term><varname>ServerCertificateFile=</varname></term>
98
99 <listitem><para>SSL CA certificate in PEM format.</para></listitem>
100 </varlistentry>
101
102 <varlistentry>
103 <term><varname>TrustedCertificateFile=</varname></term>
104
105 <listitem><para>SSL CA certificate.</para></listitem>
106 </varlistentry>
107
108 </variablelist>
109
110 </refsect1>
111
112 <refsect1>
113 <title>See Also</title>
114 <para>
190f373b 115 <citerefentry><refentrytitle>systemd-journal-remote</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
eaa5251d
CM
116 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
117 <citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
118 </para>
119 </refsect1>
120
121</refentry>