Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement systemd-journal-remote logging #113

Open
nettings opened this issue Aug 16, 2022 · 1 comment
Open

implement systemd-journal-remote logging #113

nettings opened this issue Aug 16, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@nettings
Copy link
Owner

Since this is supported in the upstream systemd, it's time for us to adopt it.
Related to #30

@nettings nettings added the enhancement New feature or request label Aug 16, 2022
@nettings
Copy link
Owner Author

implementation under way in branch remote-logging.
The logserver side works already.
Client CSR generation and installation should be moved to the clients, so that their keys don't end up on the logger.
Clients need to:

  • know the logserver hostname
  • create a CSR
  • send it to the CA on hostname
  • retrieve the signed CERT
  • install it
  • install their journal-upload.conf
  • systemctl enable --now systemd-journal-upload.service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant