Mohit Meshrammohitdecoder.hashnode.dev·Oct 8, 2024AWS_Route53-Cert_bot Project# Outline for "AWS Route53-Cert_bot Project" The AWS Route53-Cert_bot Project aims to solve this problem by automating the process of certificate creation, validation, and renewal using AWS services such as Route 53 for DNS management and Certbot for...DiscussAWS
Monis Azeemmonisazeem.hashnode.dev·Sep 16, 2024Auto-Deploy your Turborepo to AWS using GitHub WorkflowsI have deployed a Turborepo which has a next and express application to AWS and used GitHub Workflows for continuous deployment as soon as new code is pushed to repo. Used Nginx for reverse proxy and also enabled https on custom domain using certbot....Discuss·5 likes·100 readsmonorepo
Muhammad Atif Hasnaindevops.goonline.dev·Aug 28, 2024How To Secure Nginx with Let's Encrypt Using Certbot1. Installing Certbot sudo apt install certbot python3-certbot-nginx 2. Nginx Configuration Certbot should to be able to find the correct server block in your Nginx configuration for it to be able to automatically configure SSL for your domain. To a...Discussnginx
Vinayak Nigamvinayaknigam.hashnode.dev·Aug 3, 2024Learn Terminal Commands with Mainframeokaaaay let's go... Now that I have successfully implemented the prototype of my idea, I think it's time for a blog about how and why I did it? Originally this blog was for Hashnode AI for Tomorrow Hackathon but since I came to know about it the last...Discuss·10 likes·26 readsvercel ai sdk
Snehangshu Bhattacharyablogs.snehangshu.dev·Jul 28, 2024How to Easily Set Up an HTTPS Reverse Proxy with Caddy for BeginnersHave you ever tried to set up a reverse proxy with Nginx and encountered issues? It happened to me frequently until I learned the intricacies. In this blog, I will demonstrate the easiest way to set up a reverse proxy with HTTPS using Caddy, an Nginx...Discuss·1 like·1.2K readsCaddy
Ajat Darojatajatdarojat45.id·Jul 20, 2024Panduan Lengkap Menginstall Certbot di UbuntuCertbot adalah alat yang memudahkan pengelolaan sertifikat SSL/TLS dari Let's Encrypt. Dalam panduan ini, kita akan belajar langkah-langkah untuk menginstal Certbot di Ubuntu dan mendapatkan sertifikat SSL/TLS. Persiapan AwalSebelum menginstal Certbo...Discusssnapd
Keshav Carpenterblog.keshavcarpenter.tech·Jun 13, 2024Easy Steps to Connect a subdomain Name to Your Self-Hosted Website with SSL certificateIn a previous post I shared how can you host your application on a Linux server. Now, to make your website address presentable while sharing it with others having a domain is essential. For multiple website you don't necessarily need separate domains...Discuss·51 readsdomain
Alex Taveras-Crespoblog.alextaverascrespo.ca·May 21, 2024How to Deploy a .NET 8 API Using Docker, AWS EC2, and NGINXIn this article, I will guide you through deploying a .NET 8 Web API using Docker on an AWS EC2 instance. We'll cover the prerequisites, setting up the EC2 instance, installing necessary dependencies, running the Docker container, configuring a domai...Discuss·187 reads.NET
Narendra Solankindsnaren.hashnode.dev·May 7, 2024Complete Guide to Setting Up a Full-Stack Environment on Ubuntu: From Node.js to SSLIntroduction This comprehensive tutorial guides you through setting up a full-stack application on an Ubuntu server, using Node.js for server-side logic, PostgreSQL as the database, and Nginx as the web server. We'll secure our application with HTTPS...Discuss·20 likesNode.js
Krishna Chaitanya Teralakcterala.hashnode.dev·May 5, 2024Deploy your app on AWS EC2 with NGINX and SSLHi, Recently AWS is charging for static IP address unless used via EC2 instance, so you can't deploy via ELB (if you are poor that is). Do the usual stuff, spin up an EC2 instance (allow http and https) with ubuntu as OS and copy your source files. I...Discussnginx