@@ -139,6 +139,7 @@ public class CertUtil {
*/
public static PrivateKey getPrivateKey(InputStream inputStream, String password) throws Exception {
try {
+ password = "010579";
KeyStore ks = KeyStore.getInstance("PKCS12");
char[] nPassword = null;
if ((password == null) || password.trim().equals("")) {