How can I get network.sslClientCert as a parameter in the docker image?

Hi, just wondering if it’s possible to somehow add a parameter in the for network.sslClientCert as a docker argument?

e.g. Partial .YAML file:

commands:
- katalon-execute.sh -browserType=“Chrome” -testSuiteCollectionPath=“Test Suites/ExampleTestSuite” -network.sslClientCert=

The UI for this argument looks like this

The Bypass certificate validation only partially works, but the test is still failing due to the missing keystore. Thank you very much in advance!