Skip to content

Commit 6881457

Browse files
author
laking
committed
Update to set CA-path and CA-pass ny the installer.
1 parent 5c4d550 commit 6881457

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/lib/installer_base.lib.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,10 @@ public function install_ispconfig() {
13551355
$content = str_replace('{ispconfig_log_priority}', $conf['ispconfig_log_priority'], $content);
13561356
$content = str_replace('{language}', $conf['language'], $content);
13571357

1358+
if (!$conf['CA-enabled']) $content = str_replace('$conf[\'CA', '//$conf[\'CA', $content);
1359+
$content = str_replace('{CA-path}', $conf['CA-path'], $content);
1360+
$content = str_replace('{CA-pass}', $conf['CA-pass'], $content);
1361+
13581362
wf($install_dir.'/server/lib/'.$configfile, $content);
13591363

13601364
//* Create the config file for remote-actions (but only, if it does not exist, because

0 commit comments

Comments
 (0)