I'm struggling to install a lets encrypt cert on IBM cloud to enable https access. I checked the cert using keytool and it includes all domains, and it seems valid.
Right now i have two problems:
- https is only enabled on the root domain -> https://example.com but not on any of my subdomains including https://www.example.com
- the intermediate cert isnt delivered, which means some browsers wont accept it.
I followed this tutorial https://www.ibm.com/blogs/bluemix/2014/09/ssl-certificates-bluemix-custom-domains/ unfortunately it's very old and most probably outdated.
Does anyone know how to do this?
Thanks