mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-11 05:00:41 +01:00
This permits to override the global definitions for TLS certificates at the action() level.
5 lines
151 B
Bash
Executable File
5 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
# added 2020-01-17 by RGerhards, released under ASL 2.0
|
|
export RS_TLS_DRIVER=ossl
|
|
source ${srcdir:=.}/sndrcv_tls_certvalid_action_level.sh
|