Welcome! Please see the About page for a little more info on how this works.

0 votes
in tools.deps by
closed by

I would like to use a dependency from an internal artifactory that requires client certs. For that, I need to set javax.net.keyStore/keyStorePassword during dependency resolution. With other build tools, such as SBT, I set an environment variable ($SBT_OPTS) or similar mechanism to achieve this. How can I do this with deps.edn?

1 Answer

0 votes
by
by
Oh thanks, I thought this sounded familiar :)
by
I'm going to close this question, but see https://ask.clojure.org/index.php/9619/using-keystores-and-trustores-with-self-signed-certificates if you want to vote etc.
...