summaryrefslogtreecommitdiff
path: root/lib/examples
diff options
context:
space:
mode:
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"