[MW-4487] Staging Zertifikat im MetaPlugin-Integration-Demo aktualisieren
This commit is contained in:
parent
607126d04e
commit
e14f46d48b
@ -44,6 +44,7 @@ enum class EWebIDEnv(
|
|||||||
BuildConfig.WEBID_DEMO_APIKEY_TEST,
|
BuildConfig.WEBID_DEMO_APIKEY_TEST,
|
||||||
URI.create("https://test.webid-solutions.de/"),
|
URI.create("https://test.webid-solutions.de/"),
|
||||||
arrayOf(
|
arrayOf(
|
||||||
|
"sha256/as7XCkNisiTXS8TZhc36fXD3YUXn6V4EuF6WcwVEbpQ=", // expires 2026.02.21
|
||||||
"sha256/WcFCbp232usb2PlWzs2PYdr5K7pm21EG6kBms5LUDfY=" // expires 2025.02.22
|
"sha256/WcFCbp232usb2PlWzs2PYdr5K7pm21EG6kBms5LUDfY=" // expires 2025.02.22
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
@ -56,7 +57,7 @@ enum class EWebIDEnv(
|
|||||||
BuildConfig.WEBID_DEMO_APIKEY_PROD,
|
BuildConfig.WEBID_DEMO_APIKEY_PROD,
|
||||||
URI.create("https://webid-gateway.de/"),
|
URI.create("https://webid-gateway.de/"),
|
||||||
arrayOf(
|
arrayOf(
|
||||||
"sha256/FJ8bpW+Zzu86wDBFYA6GygAhw7DbpY10oDmtJl46Hdw=" // expires 2024.11.02
|
"sha256/FJ8bpW+Zzu86wDBFYA6GygAhw7DbpY10oDmtJl46Hdw=" // expires 2025.10.17
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user