]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/journal-remote.conf.xml
tree-wide: drop license boilerplate
[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
eaa5251d
CM
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>
50e66628 37 <refpurpose>Configuration files for the service accepting remote journal uploads</refpurpose>
eaa5251d
CM
38 </refnamediv>
39
40 <refsynopsisdiv>
12b42c76 41 <para><filename>/etc/systemd/journal-remote.conf</filename></para>
50e66628
ZJS
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>
eaa5251d
CM
45 </refsynopsisdiv>
46
47 <refsect1>
48 <title>Description</title>
49
50e66628
ZJS
50 <para>These files configure various parameters of
51 <citerefentry><refentrytitle>systemd-journal-remote.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
eaa5251d
CM
52 </refsect1>
53
54 <xi:include href="standard-conf.xml" xpointer="main-conf" />
55
56 <refsect1>
57 <title>Options</title>
58
59 <para>All options are configured in the
60 <literal>[Remote]</literal> section:</para>
61
62 <variablelist>
9d3737f1
MS
63 <varlistentry>
64 <term><varname>Seal=</varname></term>
65
66 <listitem><para>Periodically sign the data in the journal using Forward Secure Sealing.
67 </para></listitem>
68 </varlistentry>
69
eaa5251d
CM
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
45afd519 81 <listitem><para>SSL key in PEM format.</para></listitem>
eaa5251d
CM
82 </varlistentry>
83
84 <varlistentry>
85 <term><varname>ServerCertificateFile=</varname></term>
86
87 <listitem><para>SSL CA 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>
190f373b 103 <citerefentry><refentrytitle>systemd-journal-remote</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
eaa5251d
CM
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>