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