1
0
mirror of https://github.com/bitwarden/help synced 2026-01-03 09:03:17 +00:00

openssl dhparam info

This commit is contained in:
Kyle Spearrin
2017-11-10 16:09:48 -05:00
parent ff69da8a97
commit d956fa635d

View File

@@ -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.