diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-03-30 23:08:02 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-15 22:23:49 -0400 |
commit | ad95fd1d2b9c6344864857c2ba7634fd87753f8e (patch) | |
tree | e7aae19861980ba134efa9da2189dd14d42631f6 /src/journal-remote/journal-remote.conf.in | |
parent | a3152e7655231b94fa7b9582906fb86ab00b9c99 (diff) |
journal-remote: add units and read certs from default locations
Diffstat (limited to 'src/journal-remote/journal-remote.conf.in')
-rw-r--r-- | src/journal-remote/journal-remote.conf.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/journal-remote/journal-remote.conf.in b/src/journal-remote/journal-remote.conf.in new file mode 100644 index 0000000000..a06c7e036b --- /dev/null +++ b/src/journal-remote/journal-remote.conf.in @@ -0,0 +1,4 @@ +[Remote] +# ServerKeyFile=@CERTIFICATEROOT@/private/journal-remote.pem +# ServerCertificateFile=@CERTIFICATEROOT@/certs/journal-remote.pem +# TrustedCertificateFile=@CERTIFICATEROOT@/ca/trusted.pem |