summaryrefslogtreecommitdiff
path: root/lib/examples/client-psk.conf
diff options
context:
space:
mode:
Diffstat (limited to 'lib/examples/client-psk.conf')
-rw-r--r--lib/examples/client-psk.conf18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/examples/client-psk.conf b/lib/examples/client-psk.conf
deleted file mode 100644
index 7b35e23..0000000
--- a/lib/examples/client-psk.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-# We keep PSK configurations in a separate config file until
-# --enable-tls-psk is on by default. This configuration is not valid
-# without PSK support.
-
-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"
- }
-}