mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
update libs, aspnet core 20, & id server 2.0
This commit is contained in:
@ -204,7 +204,7 @@ namespace Bit.Core.Utilities
|
||||
|
||||
if(env.IsDevelopment())
|
||||
{
|
||||
identityServerBuilder.AddTemporarySigningCredential();
|
||||
identityServerBuilder.AddDeveloperSigningCredential(false);
|
||||
}
|
||||
else if(!string.IsNullOrWhiteSpace(globalSettings.IdentityServer.CertificatePassword)
|
||||
&& File.Exists("identity.pfx"))
|
||||
|
Reference in New Issue
Block a user