I have generated a csr from apache web server on google cloud compute engine.i have followed following steps below:
openssl req -new -newkey rsa:2048 -nodes -keyout yourdomain.key -out yourdomain.csr
referred with this link https://in.godaddy.com/help/apache-generate-csr-certificate-signing-request-5269
Every-time i submit csr to get the error: Domain name in the csr doesnt match, the domain name of the purchased order. I have contacted bigrock support many times, every time they said you have generated for wwww.yourdomain.co, and it should be yourdomain.com. But i have generated with yourdomain.co.
Please help!!!