Skip to content

Commit

Permalink
man: Add TLSCertificateAuthMode= to example
Browse files Browse the repository at this point in the history
  • Loading branch information
ssahani committed May 13, 2024
1 parent be7cc3f commit d4d5336
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ This will create a user systemd-journal-netlog
EXAMPLES
--------

- Example 1. Multicast::
- Example 1. UDP Multicast::

.. code-block:: bash

Expand Down Expand Up @@ -126,6 +126,25 @@ EXAMPLES
Address=192.168.8.101:514
Protocol=tcp

- Example 8. TLS with certificate authentication mode::

.. code-block:: bash

[Network]
Address=192.168.8.101:514
Protocol=tls
TLSCertificateAuthMode=warn

- Example 9. DTLS with certificate authentication mode::

.. code-block:: bash

[Network]
Address=192.168.8.101:514
Protocol=tls
TLSCertificateAuthMode=deny


- Use case of UseSysLogStructuredData= and UseSysLogMsgId=::

.. code-block:: bash
Expand Down

0 comments on commit d4d5336

Please sign in to comment.