Fix CSR generation
This commit is contained in:
@@ -110,7 +110,7 @@ class Issue implements Command {
|
|||||||
$this->climate->br();
|
$this->climate->br();
|
||||||
$this->climate->whisper(' Requesting certificate ...');
|
$this->climate->whisper(' Requesting certificate ...');
|
||||||
|
|
||||||
$csr = (new OpensslCsrGenerator)->generateCsr($key, $domains);
|
$csr = yield (new OpensslCsrGenerator)->generateCsr($key, $domains);
|
||||||
|
|
||||||
$location = yield $acme->requestCertificate($csr);
|
$location = yield $acme->requestCertificate($csr);
|
||||||
$certificates = yield $acme->pollForCertificate($location);
|
$certificates = yield $acme->pollForCertificate($location);
|
||||||
|
|||||||
Reference in New Issue
Block a user