Add Apache icons to readable paths
[hcoop/domtool2.git] / configDefault / domtool.cfg
index 83accc7..2ccca1a 100644 (file)
@@ -45,8 +45,6 @@ val queueSize = 5
 val bufSize = 1024
 
 val trustStore = "/afs/hcoop.net/common/etc/domtool/TrustStore.pem"
-val serverCert = "/afs/hcoop.net/common/etc/domtool/servercert.pem"
-val serverKey = "/etc/domtool/serverkey.pem"
 
 val certDir = "/afs/hcoop.net/common/etc/domtool/certs"
 val keyDir = "/afs/hcoop.net/common/etc/domtool/keys"
@@ -60,4 +58,4 @@ fun domtoolDir user =
       | _ => OS.Path.joinDirFile {dir = Posix.SysDB.Passwd.home (Posix.SysDB.getpwnam user),
                                  file = ".domtool"}
 
-val worldReadable = ["/usr/share/moin"]
+val worldReadable = ["/usr/share/moin", "/usr/share/apache/icons"]