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 be58b70 commit 92935b5Copy full SHA for 92935b5
src/Plugin/os2web/DataLookup/ServiceplatformenBase.php
@@ -398,6 +398,8 @@ protected function getCertificate(): string {
398
return $key->getKeyValue();
399
}
400
401
+ // Get certificate filename based on whether we're running in prod mode
402
+ // (mode_selector = 0) or test mode.
403
$filename = 0 === $this->configuration['mode_selector']
404
? $this->configuration['certfile']
405
: $this->configuration['certfile_test'];
0 commit comments