MyNixOS website logo
option

services.journald.remote.settings.Remote.ServerKeyFile

A path to a SSL secret key file in PEM format.

Note that due to security reasons, systemd-journal-remote will refuse files from the world-readable /nix/store. This file should be readable by the "" user.

This option can be used with listen = "https". If the path refers to an AF_UNIX stream socket in the file system a connection is made to it and the key read from it.

Declarations
Type
string
Default
"/etc/ssl/private/journal-remote.pem"