Suppose there are two organizations which share information with each other. Every organization installs SSL certificate in their application server and provides the same certificate to other organization to communicate properly using SSL. If both the orgainzations installs new SSL certificates prior(15 days before of actual expiry) to expiry of old certificates. How can we check if the new installed certificates are/will work properly i.e. handshake is proper? to avoid any error after expiry of old certificates if new certificates were not installed properly.
Thanks in advance....