From 829c7902bb1d125b6dae7a0a0b29b732154c163a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20S=2E=20Magalh=C3=A3es?= Date: Thu, 4 Sep 2014 13:15:23 -0300 Subject: [PATCH] Added comment about blackbox_edit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4304ce1..0f9c04d 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,10 @@ What does this look like to the typical sysadmin? * Re-encrypt the file: `blackbox_edit_end FILENAME` * Commit the changes. `git commit -a` or `hg commit` +Alternatively, you can call `blackbox_edit FILENAME`, and it'll decrypt the file +in a temp file and call `$EDITOR` on it, re-encrypting again after the editor +is closed. + This content is released under the MIT License. See the LICENSE.txt file. How to use the secrets with Puppet?