For those who like firebase, but don't want to pay for it!
Checkout this tutorial using let's encript!
your certification should appear in /etc/letsencrypt/live/www.yourwebsite.com/
to use this certificate you need to tell firefox to trust your custom certificate
to generate the .pem
openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 365if a paraphrase problem occur
# gen new RSA
openssl rsa -in key.pem -out newkey.pem
# replace old .pem file
mv newkey.pem key.pemto run simply enter
node app.js
A https cross-over domain remote code execution server will be served on port 3000, you can try "/" for a simple hello the world
I'm using this server for a serverless pages on github to let people suscribe to a mailing list! See "/add" for demo