summaryrefslogtreecommitdiff
path: root/lib/examples/client.conf
diff options
context:
space:
mode:
Diffstat (limited to 'lib/examples/client.conf')
-rw-r--r--lib/examples/client.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/examples/client.conf b/lib/examples/client.conf
index 47528c8..bf57434 100644
--- a/lib/examples/client.conf
+++ b/lib/examples/client.conf
@@ -16,6 +16,10 @@ realm blocking-tls {
cacertfile = "tests/demoCA/newcerts/01.pem"
certfile = "tests/demoCA/newcerts/02.pem"
certkeyfile = "tests/demoCA/private/c2key.pem"
+ #pskstr = "sikrit psk"
+ pskhexstr = "deadbeef4711"
+ pskid = "Client_identity"
+ pskex = "PSK"
server {
hostname = "localhost"
service = "2083"