Skip to content

Commit 2589357

Browse files
committed
WIP
1 parent e65bbf6 commit 2589357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Factories/CryptKeyFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public function buildPrivateKey(): CryptKey
2222
return new CryptKey(
2323
$this->moduleConfig->getProtocolPrivateKeyPath(),
2424
$this->moduleConfig->getProtocolPrivateKeyPassPhrase(),
25+
false, // TODO mivanci Return to true
2526
);
2627
}
2728

0 commit comments

Comments
 (0)