Add existing certificate and key to new keystore

Hi,
I want to add a certificate and key into a new keystore… I had followed these steps:

openssl pkcs12 -export -in CERT.cer -inkey KEY.key -certfile CERT.cer -out keystore2019.p12

keytool -importkeystore -srckeystore keystore2019.p12 -srcstoretype pkcs12 -destkeystore JKS.jks -deststoretype JKS

And when I checked information with this command keytool -list -v -keystore JKS.jks all the content is correct.

Then I go to IS (version9.2) and I add a new keystore alias, and then go to My webMethods version 9 to one partner profile to add this cert and I can’t see their content, I mean… I only can see keystore alias name…see attached image. Why I can’t see certificate’s information? Like expiration date etc