therootcompany / greenlock.js

🔐 Free SSL, Free Wildcard SSL, and Fully Automated HTTPS for node.js, issued by Let's Encrypt v2 via ACME
https://git.rootprojects.org/root/greenlock.js
Mozilla Public License 2.0
63 stars 16 forks source link

Could you push greenlock 4.0.5 to NPM? #7

Open irae opened 2 years ago

irae commented 2 years ago

Hello and thank you for the great project.

I noticed 4.0.5 was commited 11 months ago and updates ACME.js which had improvements on poling and HTTP methods.

But NPM still has 4.0.3 from even longer ago.

Do you mind pushing the updated greenlock so we don't need to install from GitHub URLs instead of NPM?

Thank you!

humphd commented 1 year ago

I wondered the same. Would you recommend that new open source projects use greenlock today, or have the maintainers moved on to other things?

Regardless, this looks amazing! You've built something very cool. I came across this via https://www.youtube.com/watch?app=desktop&feature=youtu.be&v=lYgTZgMLOIY, which was such a good demo of what it can do.

Thanks for any update.

irae commented 1 year ago

I didn't find anything better than Greenlock so far. We are using greenlock in production, which is working quite well for us. It was a bit hard to figure out our custom implementation, but it did work, and it has been stable for us.

humphd commented 1 year ago

@irae thanks for sharing your experience. I'm evaluating Greenlock and https://github.com/publishlab/node-acme-client (obviously not the same level of abstraction).