Add TLS PSK configuration options.
[radsecproxy.git] / lib / examples / client.conf
index 07486c6..edd090e 100644 (file)
@@ -18,6 +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"
+    pskex = "PSK"
     server {
         hostname = "localhost"
        service = "2083"