Skip to content
Snippets Groups Projects

Server-side cryptographically correct pass checking for allocate_buckets

Merged Jean-Paul Calderone requested to merge 40.server-side-crypto-pass-checking into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -57,3 +57,4 @@ this configuration is done using a path::
@@ -57,3 +57,4 @@ this configuration is done using a path::
ristretto-signing-key-path = /path/to/signing.key
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.
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.
Loading