config examples
[libradsec.git] / radsecproxy.conf-example
1 #All possible config options are listed below
2 #
3 # You must specify at least one of TLSCACertificateFile or TLSCACertificatePath
4 # for TLS to work. We always verify peer certificate (both client and server)
5 #TLSCACertificateFile    /etc/cacerts/CA.pem
6 TLSCACertificatePath    /etc/cacerts
7
8 # You must specify the below for TLS, we will always present our certificate
9 TLSCertificateFile      /etc/hostcertkey/host.example.com.pem
10 TLSCertificateKeyFile   /etc/hostcertkey/host.example.com.key.pem
11
12 # You can optionally specify a non-standard UDP port to listen
13 #UDPServerPort          1814