mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 05:28:15 -05:00
prod licensing certs
This commit is contained in:
parent
77541bc4c6
commit
c12a0747cc
@ -39,7 +39,7 @@ namespace Bit.Core.Services
|
|||||||
_organizationUserRepository = organizationUserRepository;
|
_organizationUserRepository = organizationUserRepository;
|
||||||
_logger = logger;
|
_logger = logger;
|
||||||
|
|
||||||
var certThumbprint = "207e64a231e8aa32aaf68a61037c075ebebd553f";
|
var certThumbprint = "B34876439FCDA2846505B2EFBBA6C4A951313EBE";
|
||||||
_globalSettings = globalSettings;
|
_globalSettings = globalSettings;
|
||||||
_certificate = !_globalSettings.SelfHosted ? CoreHelpers.GetCertificate(certThumbprint)
|
_certificate = !_globalSettings.SelfHosted ? CoreHelpers.GetCertificate(certThumbprint)
|
||||||
: CoreHelpers.GetEmbeddedCertificate("licensing.cer", null);
|
: CoreHelpers.GetEmbeddedCertificate("licensing.cer", null);
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user