ports/net/radsecproxy/files/patch-radsecproxy.conf-example
Steve Wills 29184954a6 net/radsecproxy: Update to 1.8.1, remove merged patches
PR:		241040
Submitted by:	Jørn Åne de Jong <jornane@icloud.com>
Approved by:	m.tsatsenko@gmail.com (maintainer)
2019-10-07 15:27:17 +00:00

19 lines
965 B
Text

--- 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