Skip to content

Commit

Permalink
Update guides-and-tutorials/sbtc/best-practices-for-running-an-sbtc-s…
Browse files Browse the repository at this point in the history
…igner.md

Co-authored-by: Cyle Witruk <[email protected]>
  • Loading branch information
aldur and cylewitruk authored Feb 26, 2025
1 parent 6bd8657 commit ab67cd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ your sBTC Signer.

- Allow connections to your signer `listen_on` address (used for P2P
communication).
- Do not expose any non-essential service to the internet: deny _all other_
- Do not expose any non-essential service to the internet: use a `DEFAULT DENY` policy with explicit `ALLOW`s for necessary network traffic (such as signer p2p and SSH).
traffic to _every other port and service_, unless required, e.g. for SSH.

## Maintain a robust secrets management program
Expand Down

0 comments on commit ab67cd0

Please sign in to comment.