X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=lib%2Fexamples%2Fclient.conf;h=1540bbe30c5bf1a3bfa53be349dbc42494664b17;hb=54ca8b0dc915b6fac25de9d7cdaf6154dbbb27da;hp=c9500e8110cdedc20dbdc351cf30c4d1320668c0;hpb=217d24060890986d38848e0a9fd68ae6e7d1727f;p=libradsec.git diff --git a/lib/examples/client.conf b/lib/examples/client.conf index c9500e8..1540bbe 100644 --- a/lib/examples/client.conf +++ b/lib/examples/client.conf @@ -1,5 +1,3 @@ -dictionary = "/usr/share/freeradius/dictionary" - realm blocking-udp { type = "UDP" timeout = 2 @@ -15,12 +13,15 @@ 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" + cacertfile = "tests/demoCA/newcerts/01.pem" + certfile = "tests/demoCA/newcerts/03.pem" + certkeyfile = "tests/demoCA/private/cli1.key" + #pskstr = "sikrit psk" + #pskhexstr = "deadbeef4711" + #pskid = "Client_identity" + #pskex = "PSK" server { - hostname = "localhost" + hostname = "srv1" service = "2083" secret = "sikrit" }