This commit is contained in:
Arjen Poutsma
2008-06-30 11:51:34 +00:00
parent f54d881298
commit c39df00abd

View File

@@ -60,7 +60,7 @@ public abstract class KeyStoreUtils {
if (StringUtils.hasLength(passwordProperty)) {
password = passwordProperty;
}
type = System.getProperty("javax.net.ssl.trustStore");
type = System.getProperty("javax.net.ssl.keyStoreType");
}
// use the factory bean here, easier to setup
KeyStoreFactoryBean factoryBean = new KeyStoreFactoryBean();