docs: add documentation about secret key generation

This commit is contained in:
2025-09-13 20:47:24 +02:00
parent 9860735f82
commit 31f30373a0
2 changed files with 100 additions and 0 deletions

View File

@@ -16,3 +16,13 @@ RailianceHosts is an open-source control repo that provisions and manages server
```
See inline comments across the repo for details. Remember to **encrypt secrets** with SOPS before committing.
## 🔑 Secrets Management
This project uses [SOPS](https://github.com/getsops/sops) with [age](https://age-encryption.org) for secret encryption.
To set up your own key and configure SOPS, follow the guide here:
➡️ [Managing Age Keys](docs/age-keys.md)