feat(encryption): refactor encryption provider scripts, update KMS integration, and enhance key management

This commit is contained in:
2025-05-12 22:43:42 +02:00
parent 05d1624bdd
commit 15b07ea85d
19 changed files with 497 additions and 39 deletions
@@ -1,6 +1,8 @@
#!/bin/bash
if [ "$#" -ne 3 ]; then
echo "Usage: $0 <keyserver>" "<image>" "<device>"
echo "Example: $0 https://keyserver.example.com /path/to/image.img <device>"
echo "Example: $0 https://keyserver.example.com /path/to/image.img /dev/mapper/crypt1"
exit 1
fi