harbian-audit/docs/use-cases/hyperledger-cello-usecase
Samson-W d54fa4f75c Remove the sudo command from docs. 2020-04-26 00:50:30 +08:00
..
README.mkd Remove the sudo command from docs. 2020-04-26 00:50:30 +08:00
master-ufw-rules.conf Organize the document structure. 2019-04-02 04:32:27 +08:00
worker-ufw-rules.conf Organize the document structure. 2019-04-02 04:32:27 +08:00

README.mkd

Use case deploy document

deploy-hyperledger-cello-on-debian-9

How to use harbian-audit to audit and apply

Master node

# iptables-restore master-ufw-rules.conf 
# bash bin/hardening.sh --audit-all 
# bash bin/hardening.sh --set-hardening-level 5 
# bash bin/hardening.sh --audit-all 
# bash bin/hardening.sh --apply

Worker node

# iptables-restore worker-ufw-rules.conf
# bash bin/hardening.sh --audit-all 
# bash bin/hardening.sh --set-hardening-level 5 
# bash bin/hardening.sh --audit-all
# bash bin/hardening.sh --apply