Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
71aeb3b1
Commit
71aeb3b1
authored
Jul 13, 2017
by
Marius Burkard
Browse files
- fixed early unset of domains for LE
parent
bba7b07c
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/lib/classes/letsencrypt.inc.php
View file @
71aeb3b1
...
...
@@ -257,7 +257,6 @@ class letsencrypt {
// unset useless data
unset
(
$subdomains
);
unset
(
$aliasdomains
);
unset
(
$temp_domains
);
$letsencrypt_cmd
=
''
;
$success
=
false
;
...
...
@@ -274,6 +273,7 @@ class letsencrypt {
}
$le_files
=
$this
->
get_letsencrypt_certificate_paths
(
$temp_domains
);
unset
(
$temp_domains
);
if
(
$server_type
!=
'apache'
||
version_compare
(
$app
->
system
->
getapacheversion
(
true
),
'2.4.8'
,
'>='
))
{
$crt_tmp_file
=
$le_files
[
'fullchain'
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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