From 3dd143e3774a2804b6598eab27d972f218f54deb Mon Sep 17 00:00:00 2001 From: Mathijs Lermer Date: Wed, 28 Oct 2020 13:37:01 +0100 Subject: [PATCH] 'nginx/nginx/conf_split/ssl_dhparam_4096.conf' toevoegen --- nginx/nginx/conf_split/ssl_dhparam_4096.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nginx/nginx/conf_split/ssl_dhparam_4096.conf diff --git a/nginx/nginx/conf_split/ssl_dhparam_4096.conf b/nginx/nginx/conf_split/ssl_dhparam_4096.conf new file mode 100644 index 0000000..8a7c614 --- /dev/null +++ b/nginx/nginx/conf_split/ssl_dhparam_4096.conf @@ -0,0 +1,3 @@ + +ssl_dhparam /config/nginx/conf_split/dhparam-4096.pem; +ssl_ecdh_curve X25519:secp384r1; \ No newline at end of file