Fix private key location for domain keys

This commit is contained in:
Niklas Keller
2016-03-12 17:59:27 +01:00
parent 2c8da1c161
commit c885593e68

View File

@@ -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");
try {