diff options
author | Linus Nordberg <linus@nordberg.se> | 2011-02-24 21:56:47 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2011-02-24 21:56:47 +0100 |
commit | 77a7dfad33a8ca1ec691b6a820c5ea777c810ca2 (patch) | |
tree | b31543c28dcbda41d6a1503d7f5a7ab604eb2eea /lib/examples | |
parent | 4b293ed1e726e16831d421667dc4d2912846f3f3 (diff) |
Split example config in two files.
Diffstat (limited to 'lib/examples')
-rw-r--r-- | lib/examples/client.conf | 30 |
1 files changed, 0 insertions, 30 deletions
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 = <seconds> - #crlcheck = "on" | "off" - #policyoids = ? - - server { - hostname = "localhost" - service = "2083" - secret = "sikrit" - timeout = 1 /* optional */ - tries = 10 /* optional */ - } -} |