Skip to content
Snippets Groups Projects
Commit 71aeb3b1 authored by Marius Burkard's avatar Marius Burkard
Browse files

- fixed early unset of domains for LE

parent bba7b07c
No related branches found
No related tags found
No related merge requests found
......@@ -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'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment