Hi, Am I right in saying that multiple different TLS certs across multiple ports is unsupported?
So, I cannot declare various configs with different Cases etc.: paidca.conf: ``` DefaultNetstreamDriver="gtls" DefaultNetstreamDriverCAFile="/etc/pki/tls/certs/paidca.crt" DefaultNetstreamDriverCertFile="/etc/pki/tls/certs/paidssl.crt" DefaultNetstreamDriverKeyFile="/etc/pki/tls/private/paidssl.key” ``` myca.conf: ``` DefaultNetstreamDriver="gtls" DefaultNetstreamDriverCAFile="/etc/pki/tls/certs/myca.crt" DefaultNetstreamDriverCertFile="/etc/pki/tls/certs/myssl.crt" DefaultNetstreamDriverKeyFile="/etc/pki/tls/private/myssl.key” ``` It’s either TCP only for the entire rSyslog instance or TLS TCP for the entire instance with one set of certs? Thank you. _______________________________________________ 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.