Move PSK example configuration to a separate file.
[libradsec.git] / lib / examples / client.conf
index a19b699..b0b4536 100644 (file)
@@ -22,18 +22,3 @@ realm blocking-tls {
        secret = "sikrit"
     }
 }
-
-realm blocking-tls-psk {
-    type = "TLS"
-    timeout = 1
-    retries = 3
-    #pskstr = "sikrit psk"
-    pskhexstr = "deadbeef4711"
-    pskid = "Client_identity"
-    pskex = "PSK"
-    server {
-        hostname = "srv1"
-       service = "4433"
-       secret = "sikrit"
-    }
-}