Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 685 Bytes

File metadata and controls

22 lines (19 loc) · 685 Bytes

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