From ef114a2c03b9be36c4f6f3ad01355a03f326f0ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ba=CC=81lint=20Szekeres?= Date: Mon, 17 Jun 2019 14:46:39 +0200 Subject: [PATCH] dh generation fix fixes #94 --- public/templates/commands.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/commands.html b/public/templates/commands.html index c0b61e3..e0f96cb 100644 --- a/public/templates/commands.html +++ b/public/templates/commands.html @@ -23,7 +23,7 @@ -->. Generate Diffie-Hellman keys: - openssl dhparam -dsaparam -out {{ data.directory_nginx }}dhparam.pem {{ sslProfiles[ data.ssl_profile ].dh_param_size }} + openssl dhparam -out {{ data.directory_nginx }}dhparam.pem {{ sslProfiles[ data.ssl_profile ].dh_param_size }}