mirror of
https://github.com/hardenedlinux/harbian-audit.git
synced 2025-07-29 16:45:50 +02:00
Add Readme for use case, and update README.
This commit is contained in:
parent
a82e2ee1f7
commit
43979c9dd9
@ -218,9 +218,9 @@ This document is a description of the additions to the sections not included in
|
||||
|
||||
### Use case docs
|
||||
[Nodejs + redis + mysql demo](https://github.com/hardenedlinux/harbian-audit/blob/master/docs/examples/use-cases/nodejs-redis-mysql-usecase/README.md)
|
||||
[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)
|
||||
[nginx-mutual-ssl-proxy-http](https://github.com/hardenedlinux/Debian-GNU-Linux-Profiles/blob/master/docs/tls/nginx-mutual-ssl-proxy-http.md)
|
||||
[nginx-mutual-ssl-proxy-tcp-udp](https://github.com/hardenedlinux/Debian-GNU-Linux-Profiles/blob/master/docs/tls/nginx-mutual-ssl-proxy-tcp-udp.md)
|
||||
[deploy-hyperledger-cello-on-debian-9](https://github.com/hardenedlinux/harbian-audit/blob/master/docs/use-cases/hyperledger-cello-usecase/Readme.mkd)
|
||||
[nginx-mutual-ssl-proxy-http](https://github.com/hardenedlinux/harbian-audit/blob/master/docs/use-cases/tls-transmission-usecase/nginx-mutual-ssl-proxy-http-service/Readme.mkd)
|
||||
[nginx-mutual-ssl-proxy-tcp-udp](https://github.com/hardenedlinux/harbian-audit/blob/master/docs/use-cases/tls-transmission-usecase/using-Nginx-as-SSL-tunnel-4TCP-UDP-service/Readme.mkd)
|
||||
|
||||
## harbian-audit complianced image
|
||||
|
||||
|
22
docs/use-cases/hyperledger-cello-usecase/README.mkd
Normal file
22
docs/use-cases/hyperledger-cello-usecase/README.mkd
Normal file
@ -0,0 +1,22 @@
|
||||
# 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
|
||||
```
|
||||
sudo iptables-restore master-ufw-rules.conf
|
||||
sudo bash bin/hardening.sh --audit-all
|
||||
sudo bash bin/hardening.sh --set-hardening-level 5
|
||||
sudo bash bin/hardening.sh --audit-all
|
||||
sudo bash bin/hardening.sh --apply
|
||||
```
|
||||
|
||||
## Worker node
|
||||
```
|
||||
sudo iptables-restore worker-ufw-rules.conf
|
||||
sudo bash bin/hardening.sh --audit-all
|
||||
sudo bash bin/hardening.sh --set-hardening-level 5
|
||||
sudo bash bin/hardening.sh --audit-all
|
||||
sudo bash bin/hardening.sh --apply
|
||||
```
|
@ -1,5 +1,5 @@
|
||||
# Use case deploy document
|
||||
[nginx-mutual-ssl-proxy-http](https://github.com/hardenedlinux/Debian-GNU-Linux-Profiles/blob/aa1f79d609e25d4b37fd3581b6e591ce3120b680/docs/tls/nginx-mutual-ssl-proxy-http.md)
|
||||
[nginx-mutual-ssl-proxy-http](https://github.com/hardenedlinux/Debian-GNU-Linux-Profiles/blob/master/docs/tls/nginx-mutual-ssl-proxy-http.md)
|
||||
|
||||
# How to use harbian-audit to audit and apply
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user