therootcompany / greenlock-express.js

Free SSL and Automatic HTTPS (ACME / Let's Encrypt v2 client) for node.js with Express, Connect, and other middleware systems
https://greenlock.domains
Mozilla Public License 2.0
67 stars 20 forks source link

How to know when on listening #9

Open niallel opened 2 years ago

niallel commented 2 years ago

Hi,

With createServer in node you monitor for listening with something like secureServer.on('listening', onListening);

Is there a way to do this with Greenlock?

thanks,