Tag: lets encrypt

  • How to Self-Host Passbolt (Using Docker)

    This guide provides step-by-step instructions to install Docker correctly and deploy Passbolt using Docker Compose. 📌 Prerequisites ✅ A Linux Server (Ubuntu 24.04 recommended)✅ Minimum system requirements: 2 CPU cores, 2GB RAM✅ A domain name (e.g., passbolt.example.com)✅ An SSL certificate (Let’s Encrypt recommended) 📌 Step 1: Install Docker & Docker Compose (Ubuntu 24.04) Ubuntu 24.04…

  • Apache Multisite Setup

    Host suar.services, cv.suar.services, and help.suar.services with Apache Set up an Apache server to host suar.services, cv.suar.services, and help.suar.services with both HTTP and HTTPS support. 1. Install Apache Ensure Apache is installed and running: sudo apt update sudo apt install apache2 sudo systemctl start apache2 sudo systemctl enable apache2 2. Enable Required Apache Modules Enable necessary…