From e12de7dfe3d243001af1724bbed0a99255b7382e Mon Sep 17 00:00:00 2001 From: "tlimoncelli@stackexchange.com" Date: Tue, 14 Oct 2014 14:34:27 +0000 Subject: [PATCH] Add instructions on removing files. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b37181..abecf41 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,15 @@ How to enroll a new file into the system? blackbox_register_new_file path/to/file.name.key ``` +How to remove a file from the system? +============================ + +This is a manual process. It happens quite rarely. + +1 Remove the file ``keyrings/live/blackbox-files.txt`` +2 Remove references from ``.gitignore`` or ``.hgignore`` +3 Use ``git rm`` or ``hg rm`` as expected. + How to indoctrinate a new user into the system? ============================ @@ -366,7 +375,8 @@ Push these changes to the repo. Make sure another user can check out and change the contents of the file. -### Create a key and subkey for any automated users +Create a key and subkey for any automated users +=========================== i.e. This is how a Puppet Master can have access to the unencrypted data.