summaryrefslogtreecommitdiff
path: root/tests/test.conf
blob: 98d03302a1f05c834467758d28b61ae970beb08e (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
28
29
30
realm test-udp-auth {
    type = "UDP"
    server {
        hostname = "localhost"
	service = "1820"
	secret = "sikrit"
    }
}

realm test-udp-buffering {
    type = "UDP"
    server {
        hostname = "localhost"
	service = "11820"
	secret = "sikrit"
    }
}

realm 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"
    }
}