mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 20:40:38 +00:00
Update sensitive-dotfiles.md
This commit is contained in:
4
docs/howto/sensitive-dotfiles.md
vendored
4
docs/howto/sensitive-dotfiles.md
vendored
@@ -66,7 +66,7 @@ trans_write:
|
||||
_encrypt: "gpg -q -r {{@@ keyid @@}} --armor --no-tty -o {1} -e {0}"
|
||||
```
|
||||
|
||||
Passphrase is stored in a environement variable:
|
||||
Passphrase is stored in an environment variable:
|
||||
```yaml
|
||||
trans_read:
|
||||
_decrypt: "echo {{@@ env['THE_KEY'] @@}} | gpg -q --batch --yes --for-your-eyes-only --passphrase-fd 0 --no-tty -d {0} > {1}"
|
||||
@@ -106,4 +106,4 @@ trans_write:
|
||||
_encrypt: "echo {{@@ gpg_password @@}} | gpg -q --batch --yes --passphrase-fd 0 --no-tty -o {1} -c {0}"
|
||||
```
|
||||
|
||||
See also [transformations](../config/config-transformations.md).
|
||||
See also [transformations](../config/config-transformations.md).
|
||||
|
||||
Reference in New Issue
Block a user