From eb1e9e0fd9659775eb26ba99221bf2c46abb62ed Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 30 Jun 2021 14:54:51 -0400
Subject: [PATCH] Public keys are in the repo now

---
 docs/source/ops/generating-keys.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/source/ops/generating-keys.rst b/docs/source/ops/generating-keys.rst
index 42364aa0..c2f7028f 100644
--- a/docs/source/ops/generating-keys.rst
+++ b/docs/source/ops/generating-keys.rst
@@ -3,7 +3,8 @@ Generating keys
 
 There are example ``public-keys`` and ``private-keys`` repos in ``morph/grid/local/``.
 ``<grid>/config.json`` has the paths for the key files for the respective grid.
-Create symlinks named ``public-keys`` and ``private-keys`` to your secret key repositories for the deployment you are working on.
+Create a symlink ``private-keys`` to your secret key repositories for the deployment you are working on.
+Create a directory named ``public-keys`` containing the corresponding public keys for the deployment.
 
 
 Stripe
-- 
GitLab