diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/examples/client.conf | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/examples/client.conf b/lib/examples/client.conf index 64a70b6..07486c6 100644 --- a/lib/examples/client.conf +++ b/lib/examples/client.conf @@ -17,7 +17,7 @@ realm blocking-tls {      retries = 3      cacertfile = "tests/demoCA/newcerts/01.pem"      certfile = "tests/demoCA/newcerts/02.pem" -    certkeyfile = "tests/demoCA/private/c1key.pem" +    certkeyfile = "tests/demoCA/private/c2key.pem"      server {          hostname = "localhost"  	service = "2083" | 
