Skip to content

Commit 9a00e6f

Browse files
author
Marius Burkard
committed
Wrong path for cert on acme.sh check
1 parent f55e6e1 commit 9a00e6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/lib/installer_base.lib.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2944,6 +2944,8 @@ public function make_ispconfig_ssl_cert() {
29442944
rename($ssl_pem_file, $ssl_pem_file . '-' . $date->format('YmdHis') . '.bak');
29452945
}
29462946

2947+
$check_acme_file = $ssl_crt_file;
2948+
29472949
// Define LE certs name and path, then install them
29482950
//$acme_cert = "--cert-file $acme_cert_dir/cert.pem";
29492951
$acme_key = "--key-file " . escapeshellarg($ssl_key_file);

0 commit comments

Comments
 (0)