Merge pull request #25796 from cachedout/debug_doc

Remove debug from docs
This commit is contained in:
Mike Place 2015-07-28 11:35:58 -06:00
commit 737fb1410c

View file

@ -297,7 +297,6 @@ To avoid that, the master can use a pre-created signature of its public-key.
The signature is saved as a base64 encoded string which the master reads
once when starting and attaches only that string to auth-replies.
DO ME HERE
Enabling this also gives paranoid users the possibility, to have the signing
key-pair on a different system than the actual salt-master and create the public
keys signature there. Probably on a system with more restrictive firewall rules,
@ -396,4 +395,4 @@ When running multiple masters, either the signing key-pair has to be present
on all of them, or the master_pubkey_signature has to be pre-computed for
each master individually (because they all have different public-keys).
DO NOT PUT THE SAME master.pub ON ALL MASTERS FOR EASE OF USE.
DO NOT PUT THE SAME master.pub ON ALL MASTERS FOR EASE OF USE.