diff options
author | Michael Scherer <misc@redhat.com> | 2015-12-20 13:23:33 +0100 |
---|---|---|
committer | Michael Scherer <misc@redhat.com> | 2015-12-20 13:23:33 +0100 |
commit | 9d3737f13e9b38f88ed7acc800db66c2f025fac9 (patch) | |
tree | 081ef5cc7e4f13d60994112057eb629d37254287 /src/journal-remote/journal-remote.conf.in | |
parent | d73fe9134fcabe69e2984691e998e259d26d064b (diff) |
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.
Diffstat (limited to 'src/journal-remote/journal-remote.conf.in')
-rw-r--r-- | src/journal-remote/journal-remote.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |