fix wrong parameter for acme.sh --delete when ecc certificates are used
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -304,7 +304,7 @@ class Domain
|
|||||||
if (file_exists($certificate_folder)) {
|
if (file_exists($certificate_folder)) {
|
||||||
$params = " --remove -d " . $domainname;
|
$params = " --remove -d " . $domainname;
|
||||||
if (\Froxlor\Settings::Get('system.leecc') > 0) {
|
if (\Froxlor\Settings::Get('system.leecc') > 0) {
|
||||||
$params .= " -ecc";
|
$params .= " --ecc";
|
||||||
}
|
}
|
||||||
// run remove command
|
// run remove command
|
||||||
\Froxlor\FileDir::safe_exec($acmesh . $params);
|
\Froxlor\FileDir::safe_exec($acmesh . $params);
|
||||||
|
|||||||
Reference in New Issue
Block a user