Browse Source
This adds a script that will wrap emacs with gpg-agent when editing the secrets file. This avoids issues with rogue gpg-agents running on the system. Change-Id: Ic3cc73b5c25eab2ede41d8ca05b5695b817973d9changes/40/639740/1
4 changed files with 11 additions and 0 deletions
@ -0,0 +1,3 @@
|
||||
This role installs a script called `edit-secrets` to /usr/local/bin |
||||
that allows you to safely edit the secrets file without needing to |
||||
manage gpg-agent yourself. |
@ -0,0 +1,2 @@
|
||||
#!/bin/sh |
||||
gpg-agent --daemon emacs /root/passwords/passwords.gpg |
Loading…
Reference in new issue