2019-04-01 22:45:52 +02:00
|
|
|
# Use case deploy document
|
|
|
|
[deploy-hyperledger-cello-on-debian-9](https://github.com/hardenedlinux/Debian-GNU-Linux-Profiles/blob/master/docs/blockchains/deploy-hyperledger-cello-on-debian-9.md)
|
|
|
|
|
|
|
|
# How to use harbian-audit to audit and apply
|
|
|
|
|
|
|
|
## Master node
|
|
|
|
```
|
2020-04-25 18:50:30 +02:00
|
|
|
# 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
|
2019-04-01 22:45:52 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## Worker node
|
|
|
|
```
|
2020-04-25 18:50:30 +02:00
|
|
|
# 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
|
2019-04-01 22:45:52 +02:00
|
|
|
```
|