From 0c9ed950df920298715d1305da70c1a5ce06257a Mon Sep 17 00:00:00 2001 From: Andrew Lubawy Date: Tue, 30 Jul 2024 16:44:03 -0700 Subject: [PATCH] Add more description on why armor may be useful --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58aaab7..de5f8d5 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,7 @@ e.g. inside your `flake.nix` file: } ``` These are the users and systems that will be able to decrypt the `.age` files later with their corresponding private keys. + The armor option may also be supplied here to ensure files are output in Base64 PEM text which is useful for more readable diffs. You can obtain the public keys from * your local computer usually in `~/.ssh`, e.g. `~/.ssh/id_ed25519.pub`. * from a running target machine with `ssh-keyscan`: