summaryrefslogtreecommitdiff
path: root/lib/examples/client.conf
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2013-05-17 10:41:50 +0200
committerLinus Nordberg <linus@nordberg.se>2013-05-17 10:41:50 +0200
commitb31211c1c1454b3ab8720a4a7417983f4b859463 (patch)
tree17c277dcf359fe853cf570a1aff35c45efc3fac8 /lib/examples/client.conf
parentfd91fc58c76dd385a657907b827a06ec09d54741 (diff)
Move PSK example configuration to a separate file.
Diffstat (limited to 'lib/examples/client.conf')
-rw-r--r--lib/examples/client.conf15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/examples/client.conf b/lib/examples/client.conf
index a19b699..b0b4536 100644
--- a/lib/examples/client.conf
+++ b/lib/examples/client.conf
@@ -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"
- }
-}