summaryrefslogtreecommitdiff
path: root/lib/examples/client.conf
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-02-05 11:10:02 +0100
committerLinus Nordberg <linus@nordberg.se>2014-02-05 11:10:02 +0100
commit3d954bfd2f658ac05a0f20a1241738ed3e3fdd28 (patch)
treed95b364fbab298c9b94c9c729afc98904c7c5bb0 /lib/examples/client.conf
parent67bdfa83f1879312fef0fbac769f6fb45df12d1a (diff)
Move lib to the root.
Diffstat (limited to 'lib/examples/client.conf')
-rw-r--r--lib/examples/client.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/lib/examples/client.conf b/lib/examples/client.conf
deleted file mode 100644
index b0b4536..0000000
--- a/lib/examples/client.conf
+++ /dev/null
@@ -1,24 +0,0 @@
-realm blocking-udp {
- type = "UDP"
- timeout = 2
- retries = 2
- server {
- hostname = "127.0.0.1"
- service = "1820"
- secret = "sikrit"
- }
-}
-
-realm blocking-tls {
- type = "TLS"
- timeout = 1
- retries = 3
- cacertfile = "tests/demoCA/newcerts/01.pem"
- certfile = "tests/demoCA/newcerts/03.pem"
- certkeyfile = "tests/demoCA/private/cli1.key"
- server {
- hostname = "srv1"
- service = "2083"
- secret = "sikrit"
- }
-}