summaryrefslogtreecommitdiff
path: root/lib/examples
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2011-03-25 13:47:32 +0100
committerLinus Nordberg <linus@nordu.net>2011-03-25 13:47:32 +0100
commit2a63266bbde8da4f2b1be4a395ec0e3910cc5799 (patch)
tree5c5b8d5dd2850697634f46c7d1dc9a6de0d3360c /lib/examples
parentbf225e1ca01f31f3fd4fba4cc792510ba9684ccb (diff)
Add tests/demoCA and use certs and key in there for the examples.
Diffstat (limited to 'lib/examples')
-rw-r--r--lib/examples/client.conf7
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"