Protecting The Wire – Semaphore Behind SSL Proxy

Mission Brief Plain text communication is loud. It’s bleeding data.Prying eyes can see every bit in the wire. You have to isolate the backend – the Semaphore UI and MySQL containers stay locked down. Unreachable for the external work.Open a tiny hole on the stronghold to the world – the frontend is an NginX SSL…

Continue reading →

🧊 DeadSwitch Technical Dispatch // Fortify the Flow: Proxy Frontlines & The Truth in Certificates

“In shadows, the strongest signal is trust.” You don’t expose your secrets to the streets. You don’t hang your backend out for the world to poke. You proxy.

Continue reading →

Installing and Automating Let’s Encrypt Certificates with Certbot

In today’s connected world, ensuring the security of web communications is very important. Encrypting data exchanged between users and websites is a mandatory step in protecting sensitive information and privacy. Let’s Encrypt, a free, automated, and open certificate authority, coupled with Certbot, a robust tool for automatically managing SSL/TLS certificates, provides a powerful solution for…

Continue reading →

How To Configure An Apache SSL Reverse Proxy on Linux?

What is Apache? Apache is a free and open-source cross-platform web server software that allows users to deploy their websites on the internet. It was launched in 1995 and has been the most popular web server on the Internet since April 1996. What is a reverse proxy? A reverse proxy is a server that sits in front of web servers and forwards client requests…

Continue reading →

How To Install Vaultwarden Password Manager In Podman?

Vaultwarden is an open-source password manager that is a fork of Bitwarden. It is written in Rust and is designed to be lightweight, easy to set up, and run on various platforms. Vaultwarden is an alternative backend for the password manager Bitwarden, and while it does not implement the same feature set as the Bitwarden…

Continue reading →