aboutsummaryrefslogtreecommitdiffstats
path: root/config/dansguardian/dansguardian.conf.template
diff options
context:
space:
mode:
authormarcelloc <marcellocoutinho@gmail.com>2012-02-15 02:04:50 -0200
committermarcelloc <marcellocoutinho@gmail.com>2012-02-15 02:04:50 -0200
commit7c48df32d96480318c75273fb292a2ed8822f508 (patch)
tree8fc229ad2e0798808f9a5a90422343d0f195836a /config/dansguardian/dansguardian.conf.template
parent1eedb7b88b530e602866051c952bc2ccbd46a2b3 (diff)
downloadpfsense-packages-7c48df32d96480318c75273fb292a2ed8822f508.tar.gz
pfsense-packages-7c48df32d96480318c75273fb292a2ed8822f508.tar.bz2
pfsense-packages-7c48df32d96480318c75273fb292a2ed8822f508.zip
dansguardian - include ssl filtering code on inc file
thanks again ermal to help on package compilation
Diffstat (limited to 'config/dansguardian/dansguardian.conf.template')
-rwxr-xr-xconfig/dansguardian/dansguardian.conf.template7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/dansguardian/dansguardian.conf.template b/config/dansguardian/dansguardian.conf.template
index 993ea72e..5bee053e 100755
--- a/config/dansguardian/dansguardian.conf.template
+++ b/config/dansguardian/dansguardian.conf.template
@@ -680,7 +680,7 @@ softrestart = {$softrestart}
#SSL certificate checking path
#Path to CA certificates used to validate the certificates of https sites.
-#sslcertificatepath = '/etc/ssl/certs/'
+sslcertificatepath = '/etc/ssl/certs/'
#SSL man in the middle
#CA certificate path
@@ -703,11 +703,12 @@ softrestart = {$softrestart}
#The location where generated certificates will be saved for future use.
#(must be writable by the dg user)
#generatedcertpath = '/home/stephen/dginstall/generatedcerts/'
-
+{$generatedcertpath}
#Generated link path = ''
#The location where symlinks to certificates will be created.
#(must be writable by the dg user)
#generatedlinkpath = '/home/stephen/dginstall/generatedlinks/'
-
+{$generatedlinkpath}
+
EOF;
?>