| Server IP : 82.208.35.60 / Your IP : 216.73.216.168 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/net/radsecproxy/files/ |
Upload File : |
--- radsecproxy.conf-example.orig 2019-09-30 14:32:08 UTC
+++ radsecproxy.conf-example
@@ -90,12 +90,12 @@
tls default {
# You must specify at least one of CACertificateFile or CACertificatePath
# for TLS to work. We always verify peer certificate (client and server)
- # CACertificateFile /etc/cacerts/CA.pem
- CACertificatePath /etc/cacerts
+ # CACertificateFile /usr/local/etc/ssl/CA.pem
+ CACertificatePath /usr/local/etc/ssl/cacerts
# You must specify the below for TLS, we always present our certificate
- CertificateFile /etc/hostcertkey/host.example.com.pem
- CertificateKeyFile /etc/hostcertkey/host.example.com.key.pem
+ CertificateFile /usr/local/etc/ssl/host.example.com.pem
+ CertificateKeyFile /usr/local/etc/ssl/host.example.com.key.pem
# Optionally specify password if key is encrypted (not very secure)
CertificateKeyPassword "follow the white rabbit"
# Optionally enable CRL checking