1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00
This commit is contained in:
Kyle Spearrin
2019-03-15 11:10:18 -04:00
parent 046a158cc4
commit ff163a2859
2 changed files with 3 additions and 4 deletions

View File

@ -20,6 +20,7 @@ namespace Bit.Setup
_context.Install.Trusted = true;
_context.Install.SelfSignedCert = false;
_context.Install.DiffieHellman = false;
_context.Install.IdentityCertPassword = "IDENTITY_CERT_PASSWORD";
return;
}