We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55e6e1 commit 9a00e6fCopy full SHA for 9a00e6f
install/lib/installer_base.lib.php
@@ -2944,6 +2944,8 @@ public function make_ispconfig_ssl_cert() {
2944
rename($ssl_pem_file, $ssl_pem_file . '-' . $date->format('YmdHis') . '.bak');
2945
}
2946
2947
+ $check_acme_file = $ssl_crt_file;
2948
+
2949
// Define LE certs name and path, then install them
2950
//$acme_cert = "--cert-file $acme_cert_dir/cert.pem";
2951
$acme_key = "--key-file " . escapeshellarg($ssl_key_file);
0 commit comments