summaryrefslogtreecommitdiff
path: root/lib/examples
diff options
context:
space:
mode:
Diffstat (limited to 'lib/examples')
-rw-r--r--lib/examples/client.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/examples/client.conf b/lib/examples/client.conf
index bf57434..1540bbe 100644
--- a/lib/examples/client.conf
+++ b/lib/examples/client.conf
@@ -14,14 +14,14 @@ realm blocking-tls {
timeout = 1
retries = 3
cacertfile = "tests/demoCA/newcerts/01.pem"
- certfile = "tests/demoCA/newcerts/02.pem"
- certkeyfile = "tests/demoCA/private/c2key.pem"
+ certfile = "tests/demoCA/newcerts/03.pem"
+ certkeyfile = "tests/demoCA/private/cli1.key"
#pskstr = "sikrit psk"
- pskhexstr = "deadbeef4711"
- pskid = "Client_identity"
- pskex = "PSK"
+ #pskhexstr = "deadbeef4711"
+ #pskid = "Client_identity"
+ #pskex = "PSK"
server {
- hostname = "localhost"
+ hostname = "srv1"
service = "2083"
secret = "sikrit"
}