From 8301978a5d2b5f1940d27725243c6e84e99b0d3c Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Tue, 12 Jan 2021 21:42:58 +0100 Subject: [PATCH] - cosmetics --- apache-mod_ssl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-mod_ssl.conf b/apache-mod_ssl.conf index ae1bdc9..cf09e1d 100644 --- a/apache-mod_ssl.conf +++ b/apache-mod_ssl.conf @@ -94,7 +94,7 @@ SSLCompression off SSLSessionTickets off # Use this command to generate 4096 DH parameters (it will take long time): -# openssl dhparam -out /etc//httpd/ssl/dhparams.pem 4096 +# openssl dhparam -out /etc/httpd/ssl/dhparams.pem 4096 # When finished, uncomment line below #SSLOpenSSLConfCmd DHParameters /etc/httpd/ssl/dhparams.pem -- 2.44.0