diff options
| author | Linus Nordberg <linus@nordu.net> | 2011-04-01 20:54:10 +0200 | 
|---|---|---|
| committer | Linus Nordberg <linus@nordu.net> | 2011-04-01 20:54:10 +0200 | 
| commit | b6cbbcfa4b40bbbf29cfe62f35e9f672684d37d0 (patch) | |
| tree | 1ac5ab69c07ba29fdec29320bebbc985c1bc86d6 | |
| parent | 406624244cbc0640f32f13336459a33e34971fcf (diff) | |
examples/client.conf: Correct key file.
| -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" | 
