blob: f183fdc97373819eb69f16f3e834e18186079ded (
plain)
1
2
3
4
5
6
|
#!/bin/bash
# added 2020-01-17 by RGerhards, released under ASL 2.0
export RS_TLS_DRIVER=ossl
#export RSYSLOG_DEBUG="debug nologfuncflow noprintmutexaction nostdout"
#export RSYSLOG_DEBUGLOG="log"
source ${srcdir:=.}/sndrcv_tls_certvalid_revoked.sh
|