summaryrefslogtreecommitdiff
path: root/radsecproxy.conf-example
diff options
context:
space:
mode:
authorvenaas <venaas>2007-02-08 09:46:12 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2007-02-08 09:46:12 +0000
commit4ae470172d0295e19806fb3e69b45fb2b581e312 (patch)
tree24a6ff45804a18d6e1c51ca11cdc46cdd1f17bf1 /radsecproxy.conf-example
parent6c2d661206627bc4f64ba0f7f200ff97642b8048 (diff)
config examples
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@50 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.conf-example')
-rw-r--r--radsecproxy.conf-example13
1 files changed, 13 insertions, 0 deletions
diff --git a/radsecproxy.conf-example b/radsecproxy.conf-example
new file mode 100644
index 0000000..be3dc95
--- /dev/null
+++ b/radsecproxy.conf-example
@@ -0,0 +1,13 @@
+#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)
+#TLSCACertificateFile /etc/cacerts/CA.pem
+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
+
+# You can optionally specify a non-standard UDP port to listen
+#UDPServerPort 1814