產生DH parameters openssl dhparam 4096 -out /etc/nginx/cert/dhparam.pem. 然後在nginx.conf 的SSL 設定加上. ssl_dhparam /etc/nginx/cert/dhparam.pem;.
確定! 回上一頁