You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
ssl_certificate /certs/certificate-chain.pem; # <== PERHAPS CHANGE THIS PATH
ssl_certificate_key /certs/certificate.key; # <== PERHAPS CHANGE THIS PATH
# can be downloaded using `curl https://ssl-config.mozilla.org/ffdhe2048.txt > certs/dhparam`
# or generated using `openssl dhparam -out certs/dhparam 4096`
# GENERATE OR DOWNLOAD
ssl_dhparam /certs/dhparam;
# intermediate configuration as per the recommendations from https://ssl-config.mozilla.org/#server=nginx&version=1.17.7&config=intermediate&openssl=1.1.1d&hsts=false&ocsp=false&guideline=5.6