From 7c48df32d96480318c75273fb292a2ed8822f508 Mon Sep 17 00:00:00 2001 From: marcelloc Date: Wed, 15 Feb 2012 02:04:50 -0200 Subject: dansguardian - include ssl filtering code on inc file thanks again ermal to help on package compilation --- config/dansguardian/dansguardian.conf.template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config/dansguardian/dansguardian.conf.template') 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; ?> -- cgit v1.2.3