summaryrefslogtreecommitdiff
path: root/lib/examples/client.conf
blob: c9500e8110cdedc20dbdc351cf30c4d1320668c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
dictionary = "/usr/share/freeradius/dictionary"

realm blocking-udp {
    type = "UDP"
    timeout = 2
    retries = 2
    server {
        hostname = "127.0.0.1"
	service = "1820"
	secret = "sikrit"
    }
}

realm blocking-tls {
    type = "TLS"
    timeout = 1
    retries = 3
    cacertfile = "/home/linus/nordberg-ca.crt"
    #cacertfile = "/home/linus/p/moonshot/demoCA/cacert.pem"
    certfile = "/home/linus/p/moonshot/radsecproxy-test.crt"
    certkeyfile = "/home/linus/p/moonshot/radsecproxy-test.key"
    server {
        hostname = "localhost"
	service = "2083"
	secret = "sikrit"
    }
}