FAQ: Can I migrate my existing SSL to the another server?
FAQ: Can I migrate my existing SSL to the another server? Yes, an SSL certificate can be used on different servers as long as it secures the same domain name for which it was originally issued. You can check with : openssl x509 -in your_cert.crt -noout -text | grep -A1 “Subject Alternative Name” Note :