Acostix
4 years agoSenior Member
Set Keystore and Keystore Password by command-line
Hi all,
It is possible to set the KeyStore path and Keystore Password in soapUI-settings.xml by command-line?
I looking in https://www.soapui.org/docs/test-automation/running-functional-tests/ but I don't know what id will use for Keystore and Keystore password
Wanted something like this:
./testrunner.sh -t"SSLSettings@keyStore=PathCert" -t"SSLSettings@keyStorePassword=123456" -r project.xml
This is possible or not?
Best Regards