summaryrefslogtreecommitdiff
path: root/lib/tests/test.conf
blob: 9be968d21f444a7fc415fbb161c9120bd47e7539 (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
config test-udp-auth {
    type = "UDP"
    server {
        hostname = "localhost"
	service = "1820"
	secret = "sikrit"
    }
}

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

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