Moving an SSL certificate from one server to another
There are multiple reasons why you may need to move or copy an SSL certificate from one web server to another. If you have purchased a wildcard certificate for your network, you are probably going to use that same certificate on a lot of different servers as it can be used to validate multiple websites and DNS names. Even if you are using singularly named certificates, you may be turning on multiple web servers to host the same site, to be set up in a load-balanced fashion. In this case, you will also need the same SSL certificate on each web server, as they could all potentially be accepting traffic from clients.
When moving or copying a certificate from one server to another, there is a right way and a wrong way of going about it. Let's spend a little bit of time copying a certificate from one server to another so that you can become familiar with this task.
Getting ready
We have two Server 2019 servers online in...