Hey Michiel,
Just wanted to let you know that I've pushed a functional version of a letsencrypt library that pretty much does this kind of stuff we were both working on many moons ago - snickers, snitch, letsencrypt, etc and I published it to npm over the old letsencrypt that never went anywhere.
The bad news is that I wrap the python library (https://github.com/Daplie/node-letsencrypt-python) to do it because I didn't know where to get human-readable docs on the spec (RFCs just aren't my thing.
But the good news is that there's another implementation called letiny. Unfortunately I couldn't find it on github (just on npm) and it also relies heavily on forge instead of using node's native crypto.
Anyway, I'll be working on fixing that up and if you decide to use it I'd love the bug reports and help.
Hey Michiel,
Just wanted to let you know that I've pushed a functional version of a letsencrypt library that pretty much does this kind of stuff we were both working on many moons ago - snickers, snitch, letsencrypt, etc and I published it to npm over the old letsencrypt that never went anywhere.
The bad news is that I wrap the python library (https://github.com/Daplie/node-letsencrypt-python) to do it because I didn't know where to get human-readable docs on the spec (RFCs just aren't my thing.
But the good news is that there's another implementation called
letiny. Unfortunately I couldn't find it on github (just on npm) and it also relies heavily onforgeinstead of using node's nativecrypto.Anyway, I'll be working on fixing that up and if you decide to use it I'd love the bug reports and help.