mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 01:30:48 +03:00
Add more description on why armor may be useful
This commit is contained in:
parent
a5725baf25
commit
0c9ed950df
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
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
|
You can obtain the public keys from
|
||||||
* your local computer usually in `~/.ssh`, e.g. `~/.ssh/id_ed25519.pub`.
|
* your local computer usually in `~/.ssh`, e.g. `~/.ssh/id_ed25519.pub`.
|
||||||
* from a running target machine with `ssh-keyscan`:
|
* from a running target machine with `ssh-keyscan`:
|
||||||
|
|
Loading…
Reference in a new issue