New demo CA for tests.
[libradsec.git] / lib / examples / client.conf
index c9500e8..1540bbe 100644 (file)
@@ -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"
     }