Skip to content

Commit

Permalink
Ubuntu 24.04 6.1.2.1.2 Ensure systemd-journal-upload authentication i…
Browse files Browse the repository at this point in the history
…s configured
  • Loading branch information
ericeberry committed Jan 22, 2025
1 parent 53a6846 commit c15a18c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
documentation_complete: true

title: 'Configure systemd-journal-upload TLS parameters: ServerKeyFile,ServerCertificateFile and TrustedCertificateFile'
title: 'Configure systemd-journal-upload TLS parameters: ServerKeyFile, ServerCertificateFile and TrustedCertificateFile'

description: |-
{{{ full_name }}} must offload rsyslog messages for networked systems in real time and
Expand All @@ -22,7 +22,7 @@ ocil_clause: 'systemd-journal-upload TLS configuration is missing or commented i

ocil: |-
To ensure logs are sent securely to a remote host, examine the file
<tt>{{{ xccdf_value("var_journal_upload_server_key_file") }}}</tt>.
<tt>{{{ xccdf_value("var_journal_upload_conf_file") }}}</tt>.
ServerKeyFile should be present:
<pre>ServerKeyFile={{{ xccdf_value("var_journal_upload_server_key_file") }}}</pre>
ServerCertificateFile should be present:
Expand All @@ -31,7 +31,7 @@ ocil: |-
<pre>TrustedCertificateFile={{{ xccdf_value("var_journal_upload_server_trusted_certificate_file") }}}</pre>
fixtext: |-
Configure systemd-journal-upload config file to {{{ xccdf_value("var_journal_upload_server_key_file") }}}.
Configure systemd-journal-upload config file to {{{ xccdf_value("var_journal_upload_conf_file") }}}.
Configure systemd-journal-upload ServerKeyFile to {{{ xccdf_value("var_journal_upload_server_key_file") }}}
Configure systemd-journal-upload ServerCertificateFile to {{{ xccdf_value("var_journal_upload_server_certificate_file") }}}
Configure systemd-journal-upload TrustedCertificateFile to {{{ xccdf_value("var_journal_upload_server_trusted_certificate_file") }}}
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ ocil_clause: 'systemd-journal-upload URL is missing or commented in /etc/systemd

ocil: |-
To ensure logs are sent to a remote host, examine the file
<tt>{{{ xccdf_value("var_journal_upload_server_key_file") }}}</tt>.
<tt>{{{ xccdf_value("var_journal_upload_conf_file") }}}</tt>.
URL should be present:
<pre>URL={{{ xccdf_value("var_journal_upload_url") }}}</pre>
fixtext: |-
Configure systemd-journal-upload config file to {{{ xccdf_value("var_journal_upload_server_key_file") }}}.
Configure systemd-journal-upload config file to {{{ xccdf_value("var_journal_upload_conf_file") }}}.
Configure systemd-journal-upload URL to {{{ xccdf_value("var_journal_upload_url") }}}

0 comments on commit c15a18c

Please sign in to comment.