Hi all,
I got some issues with the certificate for RSA Via L&G.
I did generate the keypair as documented then the customer re-send me a .p7b file.
In this file I got two certificates one for RSA and the other is the root certificate, which I exported to .cer files.
I run
keytool -import -v -noprompt -trustcacerts -alias ABC -file ABC.cer -keystore aveksa.keystore
How can I do to import the chain certificate, because when I run the command below, I didn't see the root certificate in the keystore
keytool -list -v -keystore aveksa.keystore
Any idea please.
Thanks for help