added logging to file and syslog (need to add support for specifying facility)
[radsecproxy.git] / radsecproxy.conf-example
index be3dc95..3a84c7b 100644 (file)
@@ -1,4 +1,5 @@
-#All possible config options are listed below
+#Master config file, must be in /etc/radsecproxy or proxy's current directory
+#      All possible config options are listed below
 #
 # You must specify at least one of TLSCACertificateFile or TLSCACertificatePath
 # for TLS to work. We always verify peer certificate (both client and server)
@@ -8,6 +9,17 @@ TLSCACertificatePath   /etc/cacerts
 # You must specify the below for TLS, we will always present our certificate
 TLSCertificateFile     /etc/hostcertkey/host.example.com.pem
 TLSCertificateKeyFile  /etc/hostcertkey/host.example.com.key.pem
+# Optionally specify password if key is encrypted (not very secure)
+TLSCertificateKeyPassword      follow the white rabbit
 
-# You can optionally specify a non-standard UDP port to listen
-#UDPServerPort         1814
+# You can optionally specify addresses and ports to listen on
+#      Max one of each, below are just multiple examples
+#ListenUDP             *:1814
+#listenUDP             localhost
+#listenTCP             10.10.10.10:2084
+#ListenTCP             [2001:700:1:7:215:f2ff:fe35:307d]:2084
+# Optional log level. 2 is default, 1 is less, 3 is more
+#LogLevel              2
+#Optional LogDestinatinon, else stderr used for logging
+#LogDestination         x-syslog://
+#LogDestination                file:///tmp/rp.log