@shubhporwal24@join_grapevine Shipped multiple product and handled design, UI, backend , deployment and managed operation platform of one of the e-commerce company.
Upwork https://t.co/4hXZUgNMtl
GitHub https://t.co/NmfvE4qhHt
Portfolio https://t.co/sZX8inB27j
I want to install an SSL certificate for an IP address, but I donโt have a domain. A self-signed SSL certificate still triggers warnings in the browser. How can I set this up to avoid warnings? Any ideas?
#DevOps
(e.g., API on default port 80)
Challenges:
SSH access issues, solved with sudo
API not responding on the port, fixed by updating security group rules, for allowing the traffic on that port!
๐ Today with AWS EC2 deployment! ๐ป
- Deployed frontend & backend on AWS EC2 (Linux)
Connected via SSH & cloned repos
- Built & served frontend using serve module
- Ran backend with pm2 for background listening
- Set up reverse proxy to avoid port numbers
โญ๏ธ