diff options
Diffstat (limited to 'lib')
| -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 */ -    } -} | 
