About a year ago I got an SSL certificate from GoDaddy and installed it on a Tomcat server following their instructions. No issues.
The certificate is about to expire so I renewed it. GoDaddy sent me three .cer files. I can't figure out what to do with them.
If I generate a brand new keystore and try to import the files into it like I did the first time, it doesn't work. I assume this is because the new keystore doesn't have my original private key.
If I try to import the new certificates into the old file, it doesn't allow this.
If I take the old keystore and delete some or all of the old certificates and replace them with the new ones, keytool allows this, but the keystore doesn't work when I install it on my server.
I don't know what to do next.