acme->getCertificate(); } catch (\Exception $e) { $this->logger->warning( sprintf('ACME Failed: %s', $e->getMessage()), [ 'exception' => $e, ] ); } } }