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/gentoo.conf.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/install/dist/conf/gentoo.conf.php b/install/dist/conf/gentoo.conf.php index 1fd634a..018ab8f 100644 --- a/install/dist/conf/gentoo.conf.php +++ b/install/dist/conf/gentoo.conf.php @@ -202,4 +202,7 @@ $conf['cron']['crontab_dir'] = '/etc/cron.d'; $conf['cron']['group'] = 'cron'; $conf['cron']['wget'] = '/usr/bin/wget'; + +$conf['CA-path'] = '/etc/ssl'; + ?> -- Gitblit v1.9.1