From 15e49c7d67d749c1e878943c9d3da8ec761fe32a Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 9 Oct 2019 08:47:53 -0400 Subject: [PATCH] Uh I'll be minimally speculative here --- docs/source/configuration.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index 7701ffa..cf88d3c 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -57,3 +57,4 @@ this configuration is done using a path:: ristretto-signing-key-path = /path/to/signing.key The signing key is the keystone secret to the entire system and must be managed with extreme care to prevent unintended disclosure. +If things go well a future version of ZKAPAuthorizer will remove the requirement that the signing key be distributed to storage servers. -- GitLab