diff options
author | Linus Nordberg <linus@nordu.net> | 2012-01-31 13:15:20 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-01-31 13:15:20 +0100 |
commit | dcd224f1fdf864fba1e1c1dd0b3f521fe43e4013 (patch) | |
tree | a7e03caec791dfd3311520a5a985d5923f25ac90 /lib/examples | |
parent | 76e68c0c676a9e795c70cc86d4b8e27396863d14 (diff) |
Implement TLS-PSK.
Diffstat (limited to 'lib/examples')
-rw-r--r-- | lib/examples/client.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/examples/client.conf b/lib/examples/client.conf index edd090e..cedd259 100644 --- a/lib/examples/client.conf +++ b/lib/examples/client.conf @@ -1,4 +1,4 @@ -dictionary = "/usr/share/freeradius/dictionary" +dictionary = "/home/linus/usr/moonshot/share/freeradius/dictionary" realm blocking-udp { type = "UDP" @@ -18,8 +18,9 @@ realm blocking-tls { cacertfile = "tests/demoCA/newcerts/01.pem" certfile = "tests/demoCA/newcerts/02.pem" certkeyfile = "tests/demoCA/private/c2key.pem" - psk = "sikrit psk" - pskid = "allan" + #pskstr = "sikrit psk" + pskhexstr = "deadbeef4711" + pskid = "Client_identity" pskex = "PSK" server { hostname = "localhost" |