mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00: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