Hi, I need to set up syslog forwarding from a single host (source) to multiple remote syslog servers using the TLS protocol, and
1) each remote server has its own trusted CA 2) each forward configuration on the source host has its own certificate and private key For example, suppose I need to forward logs to remoteSyslogServer1 and remoteSyslogServer2, I'd have two sets of CA/cert/key $DefaultNetstreamDriverCAFile /path/to/remoteSyslogServer1/ca1.pem $DefaultNetstreamDriverCertFile /path/to/remoteSyslogServer1/ca1-signed-cert.pem $DefaultNetstreamDriverKeyFile /path/to/remoteSyslogServer1/private-key-for-ca1-signed-cert.pem and $DefaultNetstreamDriverCAFile /path/to/remoteSyslogServer2/ca2.pem $DefaultNetstreamDriverCertFile /path/to/remoteSyslogServer2/ca2-signed-cert.pem $DefaultNetstreamDriverKeyFile /path/to/remoteSyslogServer2/private-key-for-ca2-signed-cert.pem In other words, I need somehow to scope the above directives by the two remote syslog servers in the source host's rsyslog configuration. Question: any idea on how this can be done? or pointers to documentations explaining how to do this? Thanks very much, Joshua _______________________________________________ rsyslog mailing list https://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

