From b3d74f5f394d104ae6588de4bc55c7c52a2e5a09 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Thu, 14 Nov 2024 18:31:36 +0100 Subject: [PATCH] Fix docs about updating keys --- doc/src/anleitung/sops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/anleitung/sops.md b/doc/src/anleitung/sops.md index e4ed3190..528f1507 100644 --- a/doc/src/anleitung/sops.md +++ b/doc/src/anleitung/sops.md @@ -22,4 +22,4 @@ - Write `- *admin_$USER` under the apropriate `key_grups:` of the secrets the user should have access to -- Reencrypt existing secrets for the new key with `sops updatekeys` (kali is this right?) \ No newline at end of file +- `cd machines/` and reencrypt existing secrets for the new key with `sops updatekeys $path/to/secrets.yaml` \ No newline at end of file