diff --git a/src/Commands/Issue.php b/src/Commands/Issue.php index 98ff935..7647b42 100644 --- a/src/Commands/Issue.php +++ b/src/Commands/Issue.php @@ -110,7 +110,7 @@ class Issue implements Command { $this->climate->br(); $this->climate->whisper(' Requesting certificate ...'); - $csr = (new OpensslCsrGenerator)->generateCsr($key, $domains); + $csr = yield (new OpensslCsrGenerator)->generateCsr($key, $domains); $location = yield $acme->requestCertificate($csr); $certificates = yield $acme->pollForCertificate($location);