Forum Discussion

calandale's avatar
calandale
Occasional Contributor
14 years ago

Need to dynamically set keystore/p12 location

Hi,

The issue expressed in viewtopic.php?f=4&t=12822
is pretty much a show-stopper for our organization. If we cannot dynamically populate the keyserver data on a bamboo server,
the expected payoff of the SOAPUI tool will not be realized.

If anyone can suggest a means to set the keystore/p12 files within our CI infrastructure, I'd be quite obliged.

2 Replies

  • calandale's avatar
    calandale
    Occasional Contributor
    in particular, it appears that I can force the settings file (scripting wasn't working outside UI frontend) to load via the maven plugin,
    but when I set the values via :


    <con:setting id="SSLSettings@keyStore">C:Windows path with spaces\PT_mystore.p12</con:setting><con:setting id="SSLSettings@keyStorePassword">password</con:setting>

    or


    <con:setting id="SSLSettings@keyStore" value = "C:Windows path with spaces\PT_mystore.p12"/>
    <con:setting id="SSLSettings@keyStorePassword" value="password"/>

    I get the same behavior as I do when I run with the script - or with SSL settings changed within the UI - which is to say
    NOTHING is loading. Is there any documentation on how to configure these settings files?
    Are these values even turned on?
  • calandale's avatar
    calandale
    Occasional Contributor
    So, this is getting more interesting.

    Running under maven execute plugin, I'm seeing the same behavior.

    Maven itself seems to be not feeding the projectDir rather than the plugin.

    Wouldn't it be great if support helped with issues though?

    I'll keep blasting away at this - but the level of customer support provided is definitely affecting my review of the tool.