Skip to content

Commit 9d73bc5

Browse files
committed
To be removed
1 parent 512b0ad commit 9d73bc5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Controllers/Federation/EntityStatementController.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,10 @@ public function configuration(): Response
7777
$currentTimestamp = $this->helpers->dateTime()->getUtc()->getTimestamp();
7878

7979
$header = [
80-
ClaimsEnum::Kid->value => FingerprintGenerator::forFile(
81-
$this->moduleConfig->getFederationCertPath(),
82-
),
80+
ClaimsEnum::Kid->value => '4fdbd515cda5cc0d2fc2f1124a1a3dc995741037bbd87451dc78fcd3251e025a',
81+
//ClaimsEnum::Kid->value => FingerprintGenerator::forFile(
82+
// $this->moduleConfig->getFederationCertPath(),
83+
//),
8384
];
8485

8586
$payload = [

0 commit comments

Comments
 (0)