I've made an error and I can't figure out how to reverse.
I configured Tomcat to use HTTPS firstly tested successfully using a self signed certificate using keytool.
I then generated a CSR which was sent to a Certificate Authority and I received a set of 4 certificates.
I installed this chain of certificates successfully but I forgot to delete the self signed certificate first and the server failed a security scan.
Based on advice, I then tried to delete the self signed and reinstall the CA certificates but I'm no longer getting the correct response from keytool "Certificate reply was installed in keystore" - it's simply responding with "Certificate added to Keystore"
I'm assuming the CSR has had its response already so is there a way of reinstalling these certificates without generating a new CSR and paying for new certificates?