Upd README

This commit is contained in:
Dominik Moritz Roth 2025-07-26 22:43:35 +02:00
parent ed3a157ecf
commit 6788a6e11d

View File

@ -4,7 +4,7 @@
<br>
</div>
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