I'm looking for a way to generate free SSL certificate (not self signed) using NodeJs.
I'm building an app that allows people to create a website with a custom domain name (through my app) and I need to be able to generate and use an SSL certificate on the fly for each domain name.
Any good ideas, best practices, tips, ... are welcomed !