diff options
Diffstat (limited to 'lib/tests/test.conf')
-rw-r--r-- | lib/tests/test.conf | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/lib/tests/test.conf b/lib/tests/test.conf index 2f65a80..9be968d 100644 --- a/lib/tests/test.conf +++ b/lib/tests/test.conf @@ -1,4 +1,4 @@ -config test-udp { +config test-udp-auth { type = "UDP" server { hostname = "localhost" @@ -6,3 +6,25 @@ config test-udp { secret = "sikrit" } } + +config test-udp-buffering { + type = "UDP" + server { + hostname = "localhost" + service = "11820" + secret = "sikrit" + } +} + +config test-tls-test { + type = "TLS" + cacertfile = "/home/linus/nordberg-ca.crt" + certfile = "/home/linus/p/radsecproxy/src/maatuska.nordberg.se.crt" + certkeyfile = "/home/linus/p/radsecproxy/src/maatuska.nordberg.se.key" + + server { + hostname = "localhost" + service = "1820" + secret = "sikrit" + } +} |