Skip to content

Commit

Permalink
Add more description on why armor may be useful
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubawy committed Jul 30, 2024
1 parent a5725ba commit 0c9ed95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 0c9ed95

Please sign in to comment.