config test-udp-auth {
    type = "UDP"
    server {
        hostname = "localhost"
	service = "1820"
	secret = "sikrit"
    }
}

config test-udp-buffering {
    type = "UDP"
    server {
        hostname = "localhost"
	service = "11820"
	secret = "sikrit"
    }
}

config test-tls-test {
    type = "TLS"
    cacertfile = "/home/linus/nordberg-ca.crt"
    certfile = "/home/linus/p/radsecproxy/src/maatuska.nordberg.se.crt"
    certkeyfile = "/home/linus/p/radsecproxy/src/maatuska.nordberg.se.key"
    
    server {
        hostname = "localhost"
	service = "1820"
	secret = "sikrit"
    }
}