mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #25796 from cachedout/debug_doc
Remove debug from docs
This commit is contained in:
commit
737fb1410c
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue