X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=lib%2Fexamples%2Fclient.conf;h=1540bbe30c5bf1a3bfa53be349dbc42494664b17;hb=54ca8b0dc915b6fac25de9d7cdaf6154dbbb27da;hp=cedd2598d3d5b9f983e4cb415f1da852accbb8d6;hpb=dcd224f1fdf864fba1e1c1dd0b3f521fe43e4013;p=radsecproxy.git diff --git a/lib/examples/client.conf b/lib/examples/client.conf index cedd259..1540bbe 100644 --- a/lib/examples/client.conf +++ b/lib/examples/client.conf @@ -1,5 +1,3 @@ -dictionary = "/home/linus/usr/moonshot/share/freeradius/dictionary" - realm blocking-udp { type = "UDP" timeout = 2 @@ -16,14 +14,14 @@ realm blocking-tls { timeout = 1 retries = 3 cacertfile = "tests/demoCA/newcerts/01.pem" - certfile = "tests/demoCA/newcerts/02.pem" - certkeyfile = "tests/demoCA/private/c2key.pem" + certfile = "tests/demoCA/newcerts/03.pem" + certkeyfile = "tests/demoCA/private/cli1.key" #pskstr = "sikrit psk" - pskhexstr = "deadbeef4711" - pskid = "Client_identity" - pskex = "PSK" + #pskhexstr = "deadbeef4711" + #pskid = "Client_identity" + #pskex = "PSK" server { - hostname = "localhost" + hostname = "srv1" service = "2083" secret = "sikrit" }