问题
Our customer is using its own Root CA for internal applicatins. The certificate is in the Windows Keystore but not in the Java Keystore. How can I tell my Java Web Start Application to use the Windows Keystore for searching the valide cert for SSL connections? Importing the cert into each Java Keystore is no option!
EDIT: Main reason I want to use the Windows keystore is to verify the certificate of my signed application
回答1:
The JVM will search for the certificate in the JREPATH\lib\security\cacerts so you have to add it there if it is not an option then I guess you won't be able to use the application
来源:https://stackoverflow.com/questions/24904138/tell-java-to-use-windows-keystore