From d47a87981380194f481f3d27fd030b66661a1b09 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 20 Jul 2021 09:20:36 -0400
Subject: [PATCH] note about public parts

---
 morph/grid/local/private-keys/README.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/morph/grid/local/private-keys/README.rst b/morph/grid/local/private-keys/README.rst
index c243fd8e..684bf942 100644
--- a/morph/grid/local/private-keys/README.rst
+++ b/morph/grid/local/private-keys/README.rst
@@ -12,6 +12,7 @@ deploy_key
 ----------
 
 This is an SSH private key which will be authorized to trigger a deployment update on the deployment hosts themselves.
+The corresponding SSH public key is kept in the ``public-keys`` location.
 
 grafana-admin.password
 ----------------------
@@ -22,6 +23,7 @@ stripe.secret
 -------------
 
 This is the Stripe secret key which the payment server uses to finalize payment processing using Stripe.
+The corresponding Stripe public key is kept in the ``public-keys`` location.
 
 ristretto.signing-key
 ---------------------
@@ -31,7 +33,8 @@ This is the Ristretto-group private key used by the ZKAP issuer.
 monitoringvpn
 -------------
 
-This directory holds Wireguard keys for each of the hosts so they can participate in the deployment VPN.
+This directory holds Wireguard private keys for each of the hosts so they can participate in the deployment VPN.
+The corresponding public keys are kept in the ``public-keys`` location.
 
 payments-localdev-ssl
 ---------------------
-- 
GitLab