Thẻ: ssl
-
SSL config
1. Có 3 file *.ca , *.crt và *.key từ vendor thì ghép file crt và ca làm 1 file dùng cho ssl_certificate file *.key dùng cho ssl_certificate_key cat *.crt *.ca > fullchain.pem Nginx config: ssl_certificate *.fullchain.pem ssl_certificate_key *.key 2. Setting 700 to .ssh and 600 to authorized_keys solved the issue. chmod 700 /root/.ssh chmod…