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

Sample syslog.conf is missing PermittedPeer #983

Open
Jacob-Burckhardt opened this issue Aug 19, 2022 · 0 comments
Open

Sample syslog.conf is missing PermittedPeer #983

Jacob-Burckhardt opened this issue Aug 19, 2022 · 0 comments

Comments

@Jacob-Burckhardt
Copy link

This documentation mentions the use of PermittedPeer, but fails to say where to put it. Please add PermittedPeer to the quote below which comes from the same link. Add PermittedPeer to the imtcp section.

module(load="imuxsock") # local messages
module(load="imtcp" # TCP listener
    StreamDriver.Name="gtls"
    StreamDriver.Mode="1" # run driver in TLS-only mode
    StreamDriver.Authmode="anon"
    )

# make gtls driver the default and set certificate files
global(
    DefaultNetstreamDriver="gtls"
    DefaultNetstreamDriverCAFile="/path/to/contrib/gnutls/ca.pem"
    DefaultNetstreamDriverCertFile="/path/to/contrib/gnutls/cert.pem"
    DefaultNetstreamDriverKeyFile="/path/to/contrib/gnutls/key.pem"
    )

    # start up listener at port 6514
    input(
    type="imtcp"
    port="6514"
    )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant