From b6cbbcfa4b40bbbf29cfe62f35e9f672684d37d0 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 1 Apr 2011 20:54:10 +0200 Subject: [PATCH] examples/client.conf: Correct key file. --- lib/examples/client.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.1.4