Fix private key location for domain keys
This commit is contained in:
@@ -108,7 +108,7 @@ class Issue implements Command {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$path = "certs/" . reset($domains) . "/key.pem";
|
$path = "certs/" . $keyFile . "/" . reset($domains) . "/key.pem";
|
||||||
$bits = $args->get("bits");
|
$bits = $args->get("bits");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user