From 9d3737f13e9b38f88ed7acc800db66c2f025fac9 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 20 Dec 2015 13:23:33 +0100 Subject: Add Seal option in the configuration file for journald-remote While journal received remotely can be sealed, it can only be done on the command line using --seal, so for consistency, we will also permit to set it in the configuration file. --- src/journal-remote/journal-remote.conf.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/journal-remote/journal-remote.conf.in') diff --git a/src/journal-remote/journal-remote.conf.in b/src/journal-remote/journal-remote.conf.in index 3e32f34def..7122d63362 100644 --- a/src/journal-remote/journal-remote.conf.in +++ b/src/journal-remote/journal-remote.conf.in @@ -1,4 +1,5 @@ [Remote] +# Seal=false # SplitMode=host # ServerKeyFile=@CERTIFICATEROOT@/private/journal-remote.pem # ServerCertificateFile=@CERTIFICATEROOT@/certs/journal-remote.pem -- cgit v1.2.3-54-g00ecf