]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/journal-remote.conf.xml
man: xinclude the generic text to talk about libsystemd pkgconfig
[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 50 <para>These files configure various parameters of
0f943ae4
ZJS
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>
eaa5251d
CM
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>
9d3737f1
MS
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
eaa5251d
CM
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
45afd519 83 <listitem><para>SSL key in PEM format.</para></listitem>
eaa5251d
CM
84 </varlistentry>
85
86 <varlistentry>
87 <term><varname>ServerCertificateFile=</varname></term>
88
5efc15d6 89 <listitem><para>SSL certificate in PEM format.</para></listitem>
eaa5251d
CM
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>
1f416853 105 <citerefentry><refentrytitle>systemd-journal-remote.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
eaa5251d
CM
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>