From 77a7dfad33a8ca1ec691b6a820c5ea777c810ca2 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 24 Feb 2011 21:56:47 +0100 Subject: Split example config in two files. --- lib/examples/client.conf | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 lib/examples/client.conf diff --git a/lib/examples/client.conf b/lib/examples/client.conf deleted file mode 100644 index e02d707..0000000 --- a/lib/examples/client.conf +++ /dev/null @@ -1,30 +0,0 @@ -config blocking-udp { - type = "UDP" - server { - hostname = "localhost" - service = "1820" - secret = "sikrit" - timeout = 1 /* optional */ - tries = 10 /* optional */ - } -} -config blocking-tls { - type = "TLS" - - cacertfile = "/home/linus/nordberg-ca.crt" - #cacertpath = - certfile = "/home/linus/p/radsecproxy/src/maatuska.nordberg.se.crt" - certkeyfile = "/home/linus/p/radsecproxy/src/maatuska.nordberg.se.key" - #certkeypwd = "passphrase" - #cacheexpiry = - #crlcheck = "on" | "off" - #policyoids = ? - - server { - hostname = "localhost" - service = "2083" - secret = "sikrit" - timeout = 1 /* optional */ - tries = 10 /* optional */ - } -} -- cgit v1.1