I currently have a secured site running at https://current.example.ca and the certificate is bound to current.example.ca. I also have a new version of the site running at https://new.example.com. If I use the current certificate on the new site, I will get the following warning from Google Chrome:
You attempted to reach new.example.com, but instead you actually reached a server identifying itself as current.example.ca.
What are the steps that I should take to get a new certificate for my new site? Should I:
- Re-generate a new public/private key pair
- Send the new public key along with the new distinguished name
new.example.cato a CA to get a new one
What are your thoughts?