We are using Maven against an Artifactory instance configured with https (SSL). The problem is that the certificate is signed by our internal CA which forces us to import the CA cert into the cacerts file in Java.
The CA certs are distributed to our Windows platform and are available using the Microsoft CryptoAPI support introduced in Java SE6.
It would be really nice if Maven somehow could access the intermediate CAs from Windows keystores since Maven is Java based (as described in Java access to intermediate CAs from Windows keystores?).
Does anyone know if this is possible?