In preparation of a (server) transfer of a website, I want to install a SSL certificate
for a domain, which is currently not available on the server (The domain is still pointing on the old server). The old server, of course, has installed a SSL certificate, too.
The new server is a linux
server (Ubuntu 18.04
). I want to use certbot
with nginx
to automatically renew the certificate.
Now I'm asking me, if it makes problems, when the domain still points on the old server with a different certificate. The command I want to use is this one:
sudo certbot --nginx -d example.com -d www.example.com
Maybe a stupid question, so please be patient with me. ;-)