mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
removing redundant cert reference (#1451)
This commit is contained in:
@ -77,7 +77,7 @@ namespace Bit.Setup
|
||||
Helpers.Exec("openssl req -x509 -newkey rsa:4096 -sha256 -nodes -keyout identity.key " +
|
||||
"-out identity.crt -subj \"/CN=Bitwarden IdentityServer\" -days 36500");
|
||||
Helpers.Exec("openssl pkcs12 -export -out /bitwarden/identity/identity.pfx -inkey identity.key " +
|
||||
$"-in identity.crt -certfile identity.crt -passout pass:{_context.Install.IdentityCertPassword}");
|
||||
$"-in identity.crt -passout pass:{_context.Install.IdentityCertPassword}");
|
||||
|
||||
Helpers.WriteLine(_context);
|
||||
|
||||
|
Reference in New Issue
Block a user