]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/journal-remote.conf.xml
tree-wide: beautify remaining copyright statements
[thirdparty/systemd.git] / man / journal-remote.conf.xml
1 <?xml version='1.0'?> <!--*-nxml-*-->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
5 <!--
6 SPDX-License-Identifier: LGPL-2.1+
7
8 Copyright © 2015 Chris Morgan
9 -->
10
11 <refentry id="journal-remote.conf" conditional='HAVE_MICROHTTPD'
12 xmlns:xi="http://www.w3.org/2001/XInclude">
13 <refentryinfo>
14 <title>journal-remote.conf</title>
15 <productname>systemd</productname>
16
17 <authorgroup>
18 <author>
19 <contrib>Developer</contrib>
20 <firstname>Chris</firstname>
21 <surname>Morgan</surname>
22 <email>chmorgan@gmail.com</email>
23 </author>
24 </authorgroup>
25 </refentryinfo>
26
27 <refmeta>
28 <refentrytitle>journal-remote.conf</refentrytitle>
29 <manvolnum>5</manvolnum>
30 </refmeta>
31
32 <refnamediv>
33 <refname>journal-remote.conf</refname>
34 <refname>journal-remote.conf.d</refname>
35 <refpurpose>Configuration files for the service accepting remote journal uploads</refpurpose>
36 </refnamediv>
37
38 <refsynopsisdiv>
39 <para><filename>/etc/systemd/journal-remote.conf</filename></para>
40 <para><filename>/etc/systemd/journal-remote.conf.d/*.conf</filename></para>
41 <para><filename>/run/systemd/journal-remote.conf.d/*.conf</filename></para>
42 <para><filename>/usr/lib/systemd/journal-remote.conf.d/*.conf</filename></para>
43 </refsynopsisdiv>
44
45 <refsect1>
46 <title>Description</title>
47
48 <para>These files configure various parameters of
49 <citerefentry><refentrytitle>systemd-journal-remote.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
50 See
51 <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>5</manvolnum></citerefentry>
52 for a general description of the syntax.</para>
53 </refsect1>
54
55 <xi:include href="standard-conf.xml" xpointer="main-conf" />
56
57 <refsect1>
58 <title>Options</title>
59
60 <para>All options are configured in the
61 <literal>[Remote]</literal> section:</para>
62
63 <variablelist>
64 <varlistentry>
65 <term><varname>Seal=</varname></term>
66
67 <listitem><para>Periodically sign the data in the journal using Forward Secure Sealing.
68 </para></listitem>
69 </varlistentry>
70
71 <varlistentry>
72 <term><varname>SplitMode=</varname></term>
73
74 <listitem><para>One of <literal>host</literal> or <literal>none</literal>.
75 </para></listitem>
76 </varlistentry>
77
78 <varlistentry>
79 <term><varname>ServerKeyFile=</varname></term>
80
81 <listitem><para>SSL key in PEM format.</para></listitem>
82 </varlistentry>
83
84 <varlistentry>
85 <term><varname>ServerCertificateFile=</varname></term>
86
87 <listitem><para>SSL certificate in PEM format.</para></listitem>
88 </varlistentry>
89
90 <varlistentry>
91 <term><varname>TrustedCertificateFile=</varname></term>
92
93 <listitem><para>SSL CA certificate.</para></listitem>
94 </varlistentry>
95
96 </variablelist>
97
98 </refsect1>
99
100 <refsect1>
101 <title>See Also</title>
102 <para>
103 <citerefentry><refentrytitle>systemd-journal-remote.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
104 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
105 <citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
106 </para>
107 </refsect1>
108
109 </refentry>