harbian-audit/docs/use-cases/tls-transmission-usecase/nginx-mutual-ssl-proxy-http...
Samson-W 7bee47fbf1 Update some docs. 2020-04-26 01:02:36 +08:00
..
Readme.mkd Update some docs. 2020-04-26 01:02:36 +08:00
iptables_ufw-4-client.cfg Organize the document structure. 2019-04-02 04:32:27 +08:00
iptables_ufw-4-server.cfg Organize the document structure. 2019-04-02 04:32:27 +08:00

Readme.mkd

Use case deploy document

nginx-mutual-ssl-proxy-http

How to use harbian-audit to audit and apply

Server node

# iptables-restore iptables_ufw-4-server.cfg 
# bash bin/hardening.sh --audit-all 

This is set special service to exception(6.2 6.3 6.10)

# bash bin/hardening.sh --set-hardening-level 5 --allow-service dns,http,cups
# bash bin/hardening.sh --audit-all 
# bash bin/hardening.sh --apply

Client node

# iptables-restore iptables_ufw-4-client.cfg
# bash bin/hardening.sh --audit-all 

This is set special service to exception(6.10)

# bash bin/hardening.sh --set-hardening-level 5 --allow-service http 
# bash bin/hardening.sh --audit-all
# bash bin/hardening.sh --apply