2 posts tagged with "dev-ops"
Add OpenSSL to Express App
Posted on May, 2020Steps to generate a self-signed certificate using OpenSSL and integrate to your existing Express.js app 1. Generate Key & Certificate Your system might already have openssl installed. If not, just…
Read full postDeploy Node.js App To Digital Ocean
Posted on May, 2020Node.js Deployment Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt 1. Sign up for Digital Ocean If you use the referal link below, you get…
Read full post