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