Upd README
This commit is contained in:
parent
ed3a157ecf
commit
6788a6e11d
29
README.md
29
README.md
@ -4,7 +4,7 @@
|
|||||||
<br>
|
<br>
|
||||||
</div>
|
</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
|
## 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)
|
- Enter LUKS passphrase when prompted (twice, once per disk)
|
||||||
- Used when automatic unlock fails or is not configured
|
- Used when automatic unlock fails or is not configured
|
||||||
|
|
||||||
## Quick Install
|
## Install
|
||||||
|
|
||||||
Boot your Hetzner server into rescue mode and run:
|
Boot your Hetzner server into rescue mode and run:
|
||||||
|
|
||||||
@ -42,28 +42,3 @@ The installer will:
|
|||||||
- Generate a secure LUKS passphrase (SAVE IT!)
|
- Generate a secure LUKS passphrase (SAVE IT!)
|
||||||
- Download and configure everything
|
- Download and configure everything
|
||||||
- Run Hetzner's installimage automatically
|
- 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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user