Move PSK example configuration to a separate file.
[radsecproxy.git] / lib / examples / client.conf
index edd090e..b0b4536 100644 (file)
@@ -1,5 +1,3 @@
-dictionary = "/usr/share/freeradius/dictionary"
-
 realm blocking-udp {
     type = "UDP"
     timeout = 2
@@ -16,13 +14,10 @@ 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"
-    psk = "sikrit psk"
-    pskid = "allan"
-    pskex = "PSK"
+    certfile = "tests/demoCA/newcerts/03.pem"
+    certkeyfile = "tests/demoCA/private/cli1.key"
     server {
-        hostname = "localhost"
+        hostname = "srv1"
        service = "2083"
        secret = "sikrit"
     }