I hope someone can help me get my site set up with HTTPS correctly on Openshift. Here's the steps I took:
I have an Openshift site let's call it - myOSsite-myname.rhcloud.com
I have a domain name through GoDaddy -- mydomain.com.
I've set my domain on GoDaddy to forward to Openshift so now: www.mydomain.com --> myOSsite-myname.rhcloud.com
I set up two aliases on Openshift -- mydomain.com & www.mydomain.com
I went through some letsencrypt tutorials to manually generate a certificate. So now the call www.mydomain.com/well-known/acme-challenge/m2u0rNcFd4YnVHXqOWSFfh0G8kD2jtjAp8D8fC8Lwzg returns the required hash.
I uploaded the generated key files to Openshift on the alias www.mydomain.com
But now when I call www.mydomain.com all I get is the hash.
What did I do wrong?