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?