From cb81fb758f13eb69945255655546995834e4ace0 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 24 Jan 2012 13:16:26 +0100 Subject: Add TLS PSK configuration options. --- lib/examples/client.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/examples') diff --git a/lib/examples/client.conf b/lib/examples/client.conf index 07486c6..edd090e 100644 --- a/lib/examples/client.conf +++ b/lib/examples/client.conf @@ -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" -- cgit v1.1