Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
482
Issues
482
List
Boards
Labels
Service Desk
Milestones
Merge Requests
23
Merge Requests
23
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISPConfig
ISPConfig 3
Commits
68814576
Commit
68814576
authored
Apr 02, 2011
by
laking
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to set CA-path and CA-pass ny the installer.
parent
5c4d5508
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
install/lib/installer_base.lib.php
install/lib/installer_base.lib.php
+4
-0
No files found.
install/lib/installer_base.lib.php
View file @
68814576
...
...
@@ -1355,6 +1355,10 @@ class installer_base {
$content
=
str_replace
(
'{ispconfig_log_priority}'
,
$conf
[
'ispconfig_log_priority'
],
$content
);
$content
=
str_replace
(
'{language}'
,
$conf
[
'language'
],
$content
);
if
(
!
$conf
[
'CA-enabled'
])
$content
=
str_replace
(
'$conf[\'CA'
,
'//$conf[\'CA'
,
$content
);
$content
=
str_replace
(
'{CA-path}'
,
$conf
[
'CA-path'
],
$content
);
$content
=
str_replace
(
'{CA-pass}'
,
$conf
[
'CA-pass'
],
$content
);
wf
(
$install_dir
.
'/server/lib/'
.
$configfile
,
$content
);
//* Create the config file for remote-actions (but only, if it does not exist, because
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment