From d6f997e8dff8bbb1c085824391189de59c9446c7 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Fri, 7 Dec 2018 13:49:38 -0500 Subject: [PATCH] README.md: Minor fixes --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4d59e41..5c4060e 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,14 @@ Table of Contents - [How to use the secrets with Puppet?](#how-to-use-the-secrets-with-puppet) - [Entire files](#entire-files) - [Small strings](#small-strings) -- [How to enroll a new file into the system?](#how-to-enroll-a-new-file-into-the-system) -- [How to remove a file from the system?](#how-to-remove-a-file-from-the-system) -- [How to indoctrinate a new user into the system?](#how-to-indoctrinate-a-new-user-into-the-system) -- [How to remove a user from the system?](#how-to-remove-a-user-from-the-system) -- [Enabling BlackBox For a Repo](#enabling-blackbox-for-a-repo) +- File Management + - [How to enroll a new file into the system?](#how-to-enroll-a-new-file-into-the-system) + - [How to remove a file from the system?](#how-to-remove-a-file-from-the-system) +- User Management + - [How to indoctrinate a new user into the system?](#how-to-indoctrinate-a-new-user-into-the-system) + - [How to remove a user from the system?](#how-to-remove-a-user-from-the-system) +- Repo Management + - [Enabling BlackBox For a Repo](#enabling-blackbox-for-a-repo) - [Set up automated users or “role accounts”](#set-up-automated-users-or-role-accounts) - [Replacing expired keys](#replacing-expired-keys) - [Some common errors](#some-common-errors) @@ -366,6 +369,7 @@ Ask someone that already has access to re-encrypt the data files. This gives you Pre-check: Verify the new keys look good. ``` +git pull # Or whatever is required for your system gpg --homedir=.blackbox --list-keys ```