Line 0
Link Here
|
|
|
1 |
--- radsecproxy.conf-example.orig 2019-09-06 22:57:21 UTC |
2 |
+++ radsecproxy.conf-example |
3 |
@@ -1,4 +1,4 @@ |
4 |
-# Master config file, must be in /usr/local/etc/radsecproxy or specified with -c option |
5 |
+# Master config file, /usr/local/etc/radsecproxy.conf or specified with -c option |
6 |
# All possible config options are listed below |
7 |
|
8 |
# First you may define any global options, these are: |
9 |
@@ -91,12 +91,12 @@ |
10 |
tls default { |
11 |
# You must specify at least one of CACertificateFile or CACertificatePath |
12 |
# for TLS to work. We always verify peer certificate (client and server) |
13 |
- # CACertificateFile /etc/cacerts/CA.pem |
14 |
- CACertificatePath /etc/cacerts |
15 |
+ # CACertificateFile /usr/local/etc/ssl/CA.pem |
16 |
+ CACertificatePath /usr/local/etc/ssl/cacerts |
17 |
|
18 |
# You must specify the below for TLS, we always present our certificate |
19 |
- CertificateFile /etc/hostcertkey/host.example.com.pem |
20 |
- CertificateKeyFile /etc/hostcertkey/host.example.com.key.pem |
21 |
+ CertificateFile /usr/local/etc/ssl/host.example.com.pem |
22 |
+ CertificateKeyFile /usr/local/etc/ssl/host.example.com.key.pem |
23 |
# Optionally specify password if key is encrypted (not very secure) |
24 |
CertificateKeyPassword "follow the white rabbit" |
25 |
# Optionally enable CRL checking |