diff options
author | Linus Nordberg <linus@nordu.net> | 2011-03-25 13:47:32 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-03-25 13:47:32 +0100 |
commit | 2a63266bbde8da4f2b1be4a395ec0e3910cc5799 (patch) | |
tree | 5c5b8d5dd2850697634f46c7d1dc9a6de0d3360c /lib/examples/client.conf | |
parent | bf225e1ca01f31f3fd4fba4cc792510ba9684ccb (diff) |
Add tests/demoCA and use certs and key in there for the examples.
Diffstat (limited to 'lib/examples/client.conf')
-rw-r--r-- | lib/examples/client.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/examples/client.conf b/lib/examples/client.conf index c9500e8..64a70b6 100644 --- a/lib/examples/client.conf +++ b/lib/examples/client.conf @@ -15,10 +15,9 @@ realm blocking-tls { type = "TLS" timeout = 1 retries = 3 - cacertfile = "/home/linus/nordberg-ca.crt" - #cacertfile = "/home/linus/p/moonshot/demoCA/cacert.pem" - certfile = "/home/linus/p/moonshot/radsecproxy-test.crt" - certkeyfile = "/home/linus/p/moonshot/radsecproxy-test.key" + cacertfile = "tests/demoCA/newcerts/01.pem" + certfile = "tests/demoCA/newcerts/02.pem" + certkeyfile = "tests/demoCA/private/c1key.pem" server { hostname = "localhost" service = "2083" |