From 7b575992e09be2845a6e41f2dbe52a92968c7f61 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Fri, 2 Apr 2021 07:54:34 -0400 Subject: [PATCH] sample stunnel configuration which makes it easier to test radsec, just using radclient --- scripts/ci/stunnel.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 scripts/ci/stunnel.conf diff --git a/scripts/ci/stunnel.conf b/scripts/ci/stunnel.conf new file mode 100644 index 0000000000..d58d76e947 --- /dev/null +++ b/scripts/ci/stunnel.conf @@ -0,0 +1,15 @@ +; +; Run via: +; +; stunnel stunnel.conf +; +; You will be prompted for the password. Type "whatever". +; +foreground = yes + +[radsec] +client = yes +accept = 127.0.0.1:20830 +connect = 127.0.0.1:2083 +cert = ../../raddb/certs/client.pem +key = ../../raddb/certs/client.key -- 2.47.2