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…

  • Error nginx [emerg] BIO_new_file

    1. restorecon /path/to/certs 2. chmod 640 /path/to/certs