How To Merge Two Jssecacerts Files?

Asked By 0 points N/A Posted on -
qa-featured

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.

SHARE
Answered By 0 points N/A #318584

How To Merge Two Jssecacerts Files?

qa-featured

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.

Related Questions