We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898a762 commit 2862388Copy full SHA for 2862388
extensions/nginx/index.js
@@ -172,7 +172,7 @@ class NginxExtension extends Extension {
172
}, {
173
title: 'Generating Encryption Key (may take a few minutes)',
174
skip: () => fs.existsSync(dhparamFile),
175
- task: errorWrapper(() => this.ui.sudo(`openssl dhparam -out ${dhparamFile} 2048`))
+ task: errorWrapper(() => this.ui.sudo(`openssl dhparam -dsaparam -out ${dhparamFile} 2048`))
176
177
title: 'Generating SSL security headers',
178
skip: () => fs.existsSync(sslParamsFile),
0 commit comments