Skip to content

Commit 6c61294

Browse files
committed
changed the dhparams ssl step
1 parent 164c56e commit 6c61294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

globals/ssl.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ ssl_stapling_verify on;
2626

2727
#### Diffie-Hellman for DHE ciphersuites, recommended 2048 bits
2828
#### 2015 Guide to Deploying Diffie-Hellman for TLS https://weakdh.org/sysadmin.html
29-
#### generate like: `openssl dhparam -out /etc/nginx/ssl/dhparams.pem 2048
30-
ssl_dhparam /etc/nginx/ssl/dhparams.pem;
29+
#### generate it with: openssl dhparam -out /etc/nginx/dhparams.pem 2048
30+
ssl_dhparam /etc/nginx/dhparams.pem;
3131

3232
#### Disable support for SSLv2 and SSLv3 and enable support for TLS, explicitly
3333
#### allow/disallow specific ciphers in the given order

0 commit comments

Comments
 (0)