Tag: SSL

  • Switching SSLs when on Multiple HTTPS Bindings

    I had to switch out a certificate on a server and got the below error messages, documented here to make this familiar int he future. I was worried that it would break the other sites on the server, 2 others using the old certificate. Instead the server updated the certificate on all 3 and all…

  • Moving an SSL Certificate Between Hosts Securely

    How does one move an SSL Certificate between web hosts securely? Well, you want the certificate exported from the source server. If you have direct access, you can do this yourself, otherwise I would CALL the Source Provider. Supply them a randomly generated password, you can have them generate a password for you. This password…