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 7067037 commit 88f183dCopy full SHA for 88f183d
1 file changed
lib/Handler/CertificateEngine/AEngineHandler.php
@@ -87,10 +87,9 @@ public function __construct(
87
protected CaIdentifierService $caIdentifierService,
88
protected LoggerInterface $logger,
89
private CrlRevocationChecker $crlRevocationChecker,
90
- ?CrlDistributionPointsExtractor $crlDistributionPointsExtractor = null,
91
) {
92
$this->appData = $appDataFactory->get('libresign');
93
- $this->crlDistributionPointsExtractor = $crlDistributionPointsExtractor ?? new CrlDistributionPointsExtractor();
+ $this->crlDistributionPointsExtractor = new CrlDistributionPointsExtractor();
94
}
95
96
protected function exportToPkcs12(
0 commit comments