From: Alan T. DeKok Date: Fri, 2 Apr 2021 11:54:34 +0000 (-0400) Subject: sample stunnel configuration X-Git-Tag: release_3_0_22~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b575992e09be2845a6e41f2dbe52a92968c7f61;p=thirdparty%2Ffreeradius-server.git sample stunnel configuration which makes it easier to test radsec, just using radclient --- 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