]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/journal-remote.conf.xml
travis: add more ASan options
[thirdparty/systemd.git] / man / journal-remote.conf.xml
CommitLineData
eaa5251d 1<?xml version='1.0'?> <!--*-nxml-*-->
3a54a157 2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//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
96b2fb93 8 Copyright © 2015 Chris Morgan
eaa5251d
CM
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>
eaa5251d
CM
16 </refentryinfo>
17
18 <refmeta>
19 <refentrytitle>journal-remote.conf</refentrytitle>
20 <manvolnum>5</manvolnum>
21 </refmeta>
22
23 <refnamediv>
24 <refname>journal-remote.conf</refname>
25 <refname>journal-remote.conf.d</refname>
50e66628 26 <refpurpose>Configuration files for the service accepting remote journal uploads</refpurpose>
eaa5251d
CM
27 </refnamediv>
28
29 <refsynopsisdiv>
12b42c76 30 <para><filename>/etc/systemd/journal-remote.conf</filename></para>
50e66628
ZJS
31 <para><filename>/etc/systemd/journal-remote.conf.d/*.conf</filename></para>
32 <para><filename>/run/systemd/journal-remote.conf.d/*.conf</filename></para>
33 <para><filename>/usr/lib/systemd/journal-remote.conf.d/*.conf</filename></para>
eaa5251d
CM
34 </refsynopsisdiv>
35
36 <refsect1>
37 <title>Description</title>
38
50e66628 39 <para>These files configure various parameters of
0f943ae4
ZJS
40 <citerefentry><refentrytitle>systemd-journal-remote.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
41 See
42 <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>5</manvolnum></citerefentry>
43 for a general description of the syntax.</para>
eaa5251d
CM
44 </refsect1>
45
46 <xi:include href="standard-conf.xml" xpointer="main-conf" />
47
48 <refsect1>
49 <title>Options</title>
50
51 <para>All options are configured in the
52 <literal>[Remote]</literal> section:</para>
53
d2acdcc6 54 <variablelist class='config-directives'>
9d3737f1
MS
55 <varlistentry>
56 <term><varname>Seal=</varname></term>
57
58 <listitem><para>Periodically sign the data in the journal using Forward Secure Sealing.
59 </para></listitem>
60 </varlistentry>
61
eaa5251d
CM
62 <varlistentry>
63 <term><varname>SplitMode=</varname></term>
64
65 <listitem><para>One of <literal>host</literal> or <literal>none</literal>.
66 </para></listitem>
67 </varlistentry>
68
69 <varlistentry>
70 <term><varname>ServerKeyFile=</varname></term>
71
45afd519 72 <listitem><para>SSL key in PEM format.</para></listitem>
eaa5251d
CM
73 </varlistentry>
74
75 <varlistentry>
76 <term><varname>ServerCertificateFile=</varname></term>
77
5efc15d6 78 <listitem><para>SSL certificate in PEM format.</para></listitem>
eaa5251d
CM
79 </varlistentry>
80
81 <varlistentry>
82 <term><varname>TrustedCertificateFile=</varname></term>
83
84 <listitem><para>SSL CA certificate.</para></listitem>
85 </varlistentry>
86
87 </variablelist>
88
89 </refsect1>
90
91 <refsect1>
92 <title>See Also</title>
93 <para>
1f416853 94 <citerefentry><refentrytitle>systemd-journal-remote.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
eaa5251d
CM
95 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
96 <citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
97 </para>
98 </refsect1>
99
100</refentry>