We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512b0ad commit 9d73bc5Copy full SHA for 9d73bc5
src/Controllers/Federation/EntityStatementController.php
@@ -77,9 +77,10 @@ public function configuration(): Response
77
$currentTimestamp = $this->helpers->dateTime()->getUtc()->getTimestamp();
78
79
$header = [
80
- ClaimsEnum::Kid->value => FingerprintGenerator::forFile(
81
- $this->moduleConfig->getFederationCertPath(),
82
- ),
+ ClaimsEnum::Kid->value => '4fdbd515cda5cc0d2fc2f1124a1a3dc995741037bbd87451dc78fcd3251e025a',
+ //ClaimsEnum::Kid->value => FingerprintGenerator::forFile(
+ // $this->moduleConfig->getFederationCertPath(),
83
+ //),
84
];
85
86
$payload = [
0 commit comments