From c3a7cfb7dee251cab01e98a399e7d2a0f787b6b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 18 Jan 2013 01:41:01 -0500 Subject: journal-gatewayd,man: document new HTTPS options --- man/systemd-journal-gatewayd.service.xml | 50 ++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) (limited to 'man/systemd-journal-gatewayd.service.xml') diff --git a/man/systemd-journal-gatewayd.service.xml b/man/systemd-journal-gatewayd.service.xml index 562d22186..37b39c2d3 100644 --- a/man/systemd-journal-gatewayd.service.xml +++ b/man/systemd-journal-gatewayd.service.xml @@ -52,7 +52,9 @@ along with systemd; If not, see . systemd-journal-gatewayd.service systemd-journal-gatewayd.socket - /usr/lib/systemd/systemd-journal-gatewayd + + /usr/lib/systemd/systemd-journal-gatewayd + OPTIONS @@ -61,7 +63,9 @@ along with systemd; If not, see . systemd-journal-gatewayd serves journal events over the network. Clients must connect using - HTTP. The server listens on port 19531 by default. + HTTP. The server listens on port 19531 by default. + If is specified, the server expects + HTTPS connections. The program is started by systemd1 @@ -71,6 +75,48 @@ along with systemd; If not, see . to have it started on boot. + + Options + + The following options are understood: + + + + + + + Prints a short help + text and exits. + + + + + + Prints a short version + string and exits. + + + + + + Specify the path to a file containing a server + certificate in PEM format. This option switches + systemd-journal-gatewayd into HTTPS mode + and must be used together with + . + + + + + + Specify the path to a file containing a server + key in PEM format corresponding to the certificate specified + with . + + + + + Supported URLs -- cgit v1.2.3