In this article, we’ll learn about creating CSR requests, obtaining SSL certificates from authorized digital certificate providers, and installing them in the domain configured in Nginx. If you want to …
NGINX
Installing Free SSL for Nginx Reverse Proxy Domain
In this article, we learn about the procedure to install and configure free Let’s Encrypt SSL using certbot for a domain configured in nginx. Install snap core (Ubuntu 22.04) Install …
Configuring NodeJs App to Domain with NGINX Reverse Proxy
Reverse proxy is the recommended way to let your audience access your nodejs app. Never expose the application ports directly to the end users. Also, use a firewall like UFW …