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 e65bbf6 commit 2589357Copy full SHA for 2589357
src/Factories/CryptKeyFactory.php
@@ -22,6 +22,7 @@ public function buildPrivateKey(): CryptKey
22
return new CryptKey(
23
$this->moduleConfig->getProtocolPrivateKeyPath(),
24
$this->moduleConfig->getProtocolPrivateKeyPassPhrase(),
25
+ false, // TODO mivanci Return to true
26
);
27
}
28
0 commit comments