From 6788a6e11d170f5b2671b6f1097f2c479dc4af3d Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sat, 26 Jul 2025 22:43:35 +0200 Subject: [PATCH] Upd README --- README.md | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 7714303..c618cee 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
-Secure AlmaLinux Server setup with LUKS encryption, TPM, and mdadm RAID1 for Hetzner Dedicated Servers. +Secure AlmaLinux (RHEL) Server setup with LUKS encryption, Tang, TPM and RAID1 for Hetzner Dedicated Servers. ## Features @@ -28,7 +28,7 @@ Secure AlmaLinux Server setup with LUKS encryption, TPM, and mdadm RAID1 for Het - Enter LUKS passphrase when prompted (twice, once per disk) - Used when automatic unlock fails or is not configured -## Quick Install +## Install Boot your Hetzner server into rescue mode and run: @@ -42,28 +42,3 @@ The installer will: - Generate a secure LUKS passphrase (SAVE IT!) - Download and configure everything - Run Hetzner's installimage automatically - -## Manual Setup - -If you prefer to configure manually: - -1. **Boot into Hetzner Rescue Mode** - - Log into Hetzner Robot - - Select your server → Rescue tab - - Choose "Linux 64 bit" and activate - - SSH into rescue system - -2. **Download Configuration** - ```bash - git clone https://git.dominik-roth.eu/dodox/nullpoint.git - cd nullpoint - ``` - -3. **Configure** - - Edit `install.conf` and change `CRYPTPASSWORD` - - Edit `post-install.sh` and set your SSH key (REQUIRED!) - - Optionally configure Tang servers and TPM settings - -4. **Install** - ```bash - installimage -a -c install.conf -s post-install.sh