diff --git a/LicenseServer/LicenseServerCore.csproj b/LicenseServer/LicenseServerCore.csproj
index 4b86700..2de6def 100644
--- a/LicenseServer/LicenseServerCore.csproj
+++ b/LicenseServer/LicenseServerCore.csproj
@@ -18,9 +18,9 @@
LicenseServer
- 2.12.2.0
+ 2.12.3.0
- 2.12.2.0
+ 2.12.3.0
Copyright © 2019 - 2023 Cryptolens AB
diff --git a/LicenseServer/Program.cs b/LicenseServer/Program.cs
index f40c501..c83ab3f 100644
--- a/LicenseServer/Program.cs
+++ b/LicenseServer/Program.cs
@@ -109,7 +109,7 @@ public static void Initialization(string[] args, bool runAsService = false)
}
else
{
- config = Helpers.ReadConfiguration(ConfigurationFromCryptolens);
+ config = Helpers.ReadConfiguration(ConfigurationFromCryptolens, Constants.RSAPubKey);
}
if (config == null)