In WAS 7.0 DMGR console I have Created new perrsonal certificate in keystore and extracted it and added to truststore singer certificate.
I have replaced the default certificate with new personal certificate and I deleted old default certificates.
I have done the same like above for node level.
later I have done certificate exchange between cell default keystore cell default trust store .
in next step I have exchanged certificates between node default key store and cell default trust store certificates.
after that I have copied {dmgr-profile}/config/cells/cellname/trust.p12 and key.p12 to {dmgr-profile}/etc/trust.p12 and key.p12.
later I have copied {dmgr-profile}/config/cells/cellname/trust.p12 to {application server}/etc/trust.p12.
here I forgot to take backup of trust.p12 and key.p12.
later I have copied {dmgr-profile}/config/cells/cellname/nodes/nodename/key.p12 to {application server}/etc/key.p12.
later I was able to stop and start dmgr. but I'm not able to stop application server instance.
but if I kill nodeagent and application server process. Then I can start application process. But again getting the followin kind of error while stopping.
from keystore {application server}/etc/trust.p12 is not able to communicate with MAC .
//// kindly please provide the solution how to resolve this.
will it be resolved if i copy {dmgr-profile}/config/cells/cellname/key.p12 to {application server}/etc/key.p12?
or
If i delete {application server}/etc/trust.p12 and key.p12 whether these files will be created automatically while starting up the process?
or do I need to copy key.p12 file from cell level node configuration to {application server}/etc/key.p12?