Hi i am trying to install my own certificate, i run the following (mydomain.com has replaced my actual domain):
openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server_csr.txt -subj="/CN=www.mydomain.com" -addext “subjectAltName=DNS:mydomain.com”
I then bought a cert via namecheap, completed the process to get the cert issued.
However when i install i get the error Certificate private key did not match certificate, 100% i am using the private key from above and the signed cert. Any ideas please?