]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/journal-remote.conf.xml
capability: add new ambient_capabilities_supported() helper
[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 This file is part of systemd.
7
8 Copyright 2015 Chris Morgan
9
10 systemd is free software; you can redistribute it and/or modify it
11 under the terms of the GNU Lesser General Public License as published by
12 the Free Software Foundation; either version 2.1 of the License, or
13 (at your option) any later version.
14
15 systemd is distributed in the hope that it will be useful, but
16 WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 Lesser General Public License for more details.
19
20 You should have received a copy of the GNU Lesser General Public License
21 along with systemd; If not, see <http://www.gnu.org/licenses/>.
22 -->
23
24 <refentry id="journal-remote.conf" conditional='HAVE_MICROHTTPD'
25 xmlns:xi="http://www.w3.org/2001/XInclude">
26 <refentryinfo>
27 <title>journal-remote.conf</title>
28 <productname>systemd</productname>
29
30 <authorgroup>
31 <author>
32 <contrib>Developer</contrib>
33 <firstname>Chris</firstname>
34 <surname>Morgan</surname>
35 <email>chmorgan@gmail.com</email>
36 </author>
37 </authorgroup>
38 </refentryinfo>
39
40 <refmeta>
41 <refentrytitle>journal-remote.conf</refentrytitle>
42 <manvolnum>5</manvolnum>
43 </refmeta>
44
45 <refnamediv>
46 <refname>journal-remote.conf</refname>
47 <refname>journal-remote.conf.d</refname>
48 <refpurpose>Configuration files for the service accepting remote journal uploads</refpurpose>
49 </refnamediv>
50
51 <refsynopsisdiv>
52 <para><filename>/etc/systemd/journal-remote.conf</filename></para>
53 <para><filename>/etc/systemd/journal-remote.conf.d/*.conf</filename></para>
54 <para><filename>/run/systemd/journal-remote.conf.d/*.conf</filename></para>
55 <para><filename>/usr/lib/systemd/journal-remote.conf.d/*.conf</filename></para>
56 </refsynopsisdiv>
57
58 <refsect1>
59 <title>Description</title>
60
61 <para>These files configure various parameters of
62 <citerefentry><refentrytitle>systemd-journal-remote.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
63 </refsect1>
64
65 <xi:include href="standard-conf.xml" xpointer="main-conf" />
66
67 <refsect1>
68 <title>Options</title>
69
70 <para>All options are configured in the
71 <literal>[Remote]</literal> section:</para>
72
73 <variablelist>
74 <varlistentry>
75 <term><varname>Seal=</varname></term>
76
77 <listitem><para>Periodically sign the data in the journal using Forward Secure Sealing.
78 </para></listitem>
79 </varlistentry>
80
81
82 <varlistentry>
83 <term><varname>SplitMode=</varname></term>
84
85 <listitem><para>One of <literal>host</literal> or <literal>none</literal>.
86 </para></listitem>
87 </varlistentry>
88
89 <varlistentry>
90 <term><varname>ServerKeyFile=</varname></term>
91
92 <listitem><para>SSL key in PEM format.</para></listitem>
93 </varlistentry>
94
95 <varlistentry>
96 <term><varname>ServerCertificateFile=</varname></term>
97
98 <listitem><para>SSL CA certificate in PEM format.</para></listitem>
99 </varlistentry>
100
101 <varlistentry>
102 <term><varname>TrustedCertificateFile=</varname></term>
103
104 <listitem><para>SSL CA certificate.</para></listitem>
105 </varlistentry>
106
107 </variablelist>
108
109 </refsect1>
110
111 <refsect1>
112 <title>See Also</title>
113 <para>
114 <citerefentry><refentrytitle>systemd-journal-remote</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
115 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
116 <citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
117 </para>
118 </refsect1>
119
120 </refentry>