Hi Cristian, You'd define the certificates in the global object: http://www.rsyslog.com/doc/master/rainerscript/global.html
I wrote a blog post a while ago where you can find a complete RainerScript client TLS config: http://blog.sematext.com/2014/03/25/encrypting-logs-on-their-way-to-elasticsearch-part-2-tls-syslog/ Best regards, Radu -- Performance Monitoring * Log Analytics * Search Analytics Solr & Elasticsearch Support * http://sematext.com/ On Wed, Jul 23, 2014 at 5:41 PM, Cristian Falcas <[email protected]> wrote: > I found how to setup the client: omfwd has all the parameters needed. > > But what about the certificates? > > > > > On Wed, Jul 23, 2014 at 5:22 PM, Cristian Falcas <[email protected]> > wrote: > > > Hello, > > > > How can I call the client ssl parameters using rainer scripts? > > > > For the server I'm using this: > > > > module(load="imtcp" > > StreamDriver.Name="gtls" > > StreamDriver.Mode="1" > > StreamDriver.AuthMode="x509/name" > > PermittedPeer="*.*.*" > > ) > > > > But I can't find anything on > > > > $DefaultNetstreamDriverCAFile > > $DefaultNetstreamDriverCertFile > > $DefaultNetstreamDriverKeyFile > > > > and also how to set the certificates for client. > > > > Best regards, > > Cristian Falcas > > > > > _______________________________________________ > rsyslog mailing list > http://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. > _______________________________________________ rsyslog mailing list http://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.

