How To Merge Two Jssecacerts Files?
I was using jssecacret files and for my program execution I need to merge them both. How can I do so as I am facing problem in doing the same? Please tell a solution for the same.
I was using jssecacret files and for my program execution I need to merge them both. How can I do so as I am facing problem in doing the same? Please tell a solution for the same.
If your application is already attached with a key store and you are prompted to add another domain to your keystore, you must generate jssecacerts for your domain and merge it with the existing jssecacerts file. Then use “keytool -importkeystore -srckeystore jssecacerts_tmp -destkeystore jssecacerts” in command prompt.
The command above requires a password for the keystore. The password is “changeit” by default. It will be asked several times to confirm the merger.