From 5c4d55084f8c7cb2bb5ca5f81ecbd82afd1fdd18 Mon Sep 17 00:00:00 2001 From: laking <laking@ispconfig3> Date: Sat, 02 Apr 2011 13:25:25 -0400 Subject: [PATCH] Implemented local CA certificate signing. --- install/dist/conf/opensuse112.conf.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/install/dist/conf/opensuse112.conf.php b/install/dist/conf/opensuse112.conf.php index 88c1c6e..0b89c5b 100644 --- a/install/dist/conf/opensuse112.conf.php +++ b/install/dist/conf/opensuse112.conf.php @@ -186,4 +186,6 @@ $conf['cron']['crontab_dir'] = '/etc/cron.d'; $conf['cron']['wget'] = '/usr/bin/wget'; +$conf['CA-path'] = '/etc/ssl'; + ?> -- Gitblit v1.9.1