summaryrefslogtreecommitdiff
path: root/rsyslog.d/local-gtls-receive.conf
blob: 1427da12b74c2411c8e1cbe7182798eb02b083a3 (plain)
  1. # server reception
  2. # load support for tcp-based network reception
  3. $ModLoad imtcp
  4. # run driver in TLS-only mode
  5. $InputTCPServerStreamDriverMode 1
  6. # enable only one of below authentication schemes
  7. # client is NOT authenticated
  8. #$InputTCPServerStreamDriverAuthMode anon
  9. # restrict access based on client certificate
  10. # (adjust and add Peer lines as needed)
  11. $InputTCPServerStreamDriverAuthMode x509/name
  12. #$InputTCPServerStreamDriverPermittedPeer *.example.net
  13. #$InputTCPServerStreamDriverPermittedPeer foo.example.org
  14. # enable gtls reception
  15. $InputTCPServerRun 10514