From d4751754e8e68902f79177c44c155c99508c1220 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 25 Mar 2025 20:47:05 +0100 Subject: [PATCH] added link to log --- doc/InstanceToken.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/InstanceToken.md b/doc/InstanceToken.md index 3dc1c69..5a55532 100644 --- a/doc/InstanceToken.md +++ b/doc/InstanceToken.md @@ -8,7 +8,7 @@ t.b.a. # Load and Parse `liense.bin` -> `self.processor.read_license_payload()` calls `LicenseFileProcessor.read_license_payload()` +For *logs* and *patches* see [src/nls/patches-and-logs](/src/nls/patches-and-logs). This [Private-Key we have](LicensingFlow.md#public-keys-private-keys-certificates) - in DB-Table `service_instance_artifact`, Key `service_instance.identity` @@ -16,6 +16,8 @@ This [Private-Key we have](LicensingFlow.md#public-keys-private-keys-certificate ## `LicenseFileInstallationManager` +> `self.processor.read_license_payload()` calls `LicenseFileProcessor.read_license_payload()` +
`license_file_installation_manager.py`