🚀 𝗦𝗮𝘆 𝗚𝗼𝗼𝗱𝗯𝘆𝗲 𝘁𝗼 𝗖𝗲𝗿𝘁𝗯𝗼𝘁: 𝗔𝘂𝘁𝗼𝗺𝗮𝘁𝗲 𝗧𝗟𝗦 𝗗𝗶𝗿𝗲𝗰𝘁𝗹𝘆 𝘄𝗶𝘁𝗵 𝗡𝗴𝗶𝗻𝘅 𝗔𝗖𝗠𝗘 Managing TLS certificates has always been a crucial but sometimes cumbersome task for web administrators. Until now, many relied on Ce...
What You’ll Need A domain name Control over its DNS (via your registrar or DNS hosting provider) A machine to run commands on (your laptop is fine) (Optional but easier) API access for your DNS provider Step 1 — Install Certbot and the Right DN...
If you're running a website or app, securing it with HTTPS is a must. Not only does HTTPS protect your users’ data with encryption, but it also improves trust and even your site's SEO ranking. Let’s Encrypt? Let’s Encrypt is a free and trusted Certif...
Introduction In today's cloud-native world, robust monitoring is critical for maintaining reliable systems. This guide walks you through implementing a comprehensive monitoring solution using industry-standard open-source tools. Our stack includes Pr...
I’ll share concise but easy-to-read guides, and I hope you like them! The first one is about generating your own SSL certificates with Certbot, ACME, GClould, and Let’s Encrypt, for free! Check it out! https://cheatsheets.onemanband.tech/
首先安装 Nginx: apt update apt install nginx 后创建配置文件。首先创建一个 stream 配置文件用于 L4 代理: # 创建 stream 配置目录 mkdir -p /etc/nginx/streams-enabled/ # 创建 stream 配置文件 nano /etc/nginx/streams-enabled/vpn.conf 内容如下: # VPN stream 配置 stream { map $ssl_preread_server...
🛡️ Why You Need SSL (And Why Google Hates You Without It) Ever visited a website and saw "Not Secure" in the address bar? That’s basically Google screaming, "RUN! THIS WEBSITE IS A SCAM!" SSL (Secure Sockets Layer) encrypts the data between your web...
How to Setup EC2 for Dockerized Next.js Deployment Introduction Next.js is great serve-side oriented frontend framework that makes building SEO-friendly websites easier. Deploying it is trickier than it needs to be, I understand Vercel needs to make ...
So you are at the point in your project where you have successfully deployed your backend app to a server like EC2 and have nginx as a reverse proxy or you have configured your nginx to serve the static frontend files so that going to an ip like http...
# 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...