Forum Discussion

Odette_Figueire's avatar
Odette_Figueire
Occasional Contributor
15 years ago

Relative Certificate Paths

Hi,

I'm using SoapUI (pro actually) now for a couple of weeks. And I'm wondering how I can give my certificates (which I use for signatures) relative paths to my project. I know SoapUI support something like this with the ${projectDir} parameter. But I can't seem to enter that kind of path to a certificate/keystore (in Project View -> Security Configuration). I hope someone has any ideas.

Thanks

3 Replies

  • Odette_Figueire's avatar
    Odette_Figueire
    Occasional Contributor
    I really need some help on this one. And I was under the impression that the pro board was here to support me, so please do so.

    Thanks in advance...
  • Sorry for only getting back to you now.

    At the moment, soapUI does not support relative paths for security certificates.

    A possible workaround is using the certificate property on the request level, which can take a relative path, and using groovy to keep the various requests synchronised in the project (using a property across the requests which gets set somewhere)

    I hope that helps

    /Nenad
    http://eviware.com
  • Odette_Figueire's avatar
    Odette_Figueire
    Occasional Contributor
    I'll have a look into your solution and i'll let you know oif it works for me.

    Thanks!