update openssl command

This commit is contained in:
tim 2024-10-30 05:06:19 +00:00
parent 129e69c941
commit a59e4bdd1d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ server {
ssl_certificate /etc/ssl/certs/nginx-selfsigned.crt;
ssl_certificate_key /etc/ssl/private/nginx-selfsigned.key;
# Generate a strong DH Param (can take 10 mins): "sudo openssl dhparam 4096 -out /etc/ssl/dhparam.pem"
# Generate a strong DH Param (can take 10 mins): "sudo openssl dhparam -out /etc/ssl/dhparam.pem 4096"
ssl_dhparam /etc/ssl/dhparam.pem;
ssl_protocols TLSv1.3 TLSv1.2 TLSv1.1;