From d956fa635dcaee6c044631ffff3b566ef8acb0cf Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 10 Nov 2017 16:09:48 -0500 Subject: [PATCH] openssl dhparam info --- _articles/hosting/install-on-premise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/hosting/install-on-premise.md b/_articles/hosting/install-on-premise.md index d658ace6..1c6ede8f 100644 --- a/_articles/hosting/install-on-premise.md +++ b/_articles/hosting/install-on-premise.md @@ -126,7 +126,7 @@ We've made installing bitwarden very simple. Depending in your environment (non- - certificate.crt (required) - private.key (required) - ca.crt (optional, if trusted) - - dhparam.pem (optional, if using Diffie Hellman ephemeral parameters) + - dhparam.pem (optional, if using Diffie Hellman ephemeral parameters). You can create your own `dhparam.pem` by using OpenSSL with `openssl dhparam -out ./dhparam.pem 2048`. - If you are only testing and do not have an SSL certificate, a self-signed certificate will be generated for your installation.