I need to submit my CSR certificate (generated with openSSL) to my ssl provider.

I need to copy paste it in a text area. I was wondering if I should copy paste also the beginning and the end:

-----BEGIN CERTIFICATE REQUEST-----

and

-----END CERTIFICATE REQUEST-----

or not... thanks!

Update

Common Name (eg, YOUR name) []: www.mydomain.com
Email Address []: ---@gmail.com
link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

Yes, the Cert Authorities expect that to be included

link|improve this answer
Thanks. One more thing: I've submitted the certificated and now I need to verify the domain ownership. 1. How long does it take to get the email from the ssl provider (godaddy) 2. This is my configuration (see question) – Patrick Nov 11 '10 at 13:21
My email address is just gmail and not the same domain.. I've just realized now this can be an issue.. is it ? – Patrick Nov 11 '10 at 13:22
Apparently the email has been sent to my provider. I guess I have to change the WHOIS settings. But I cannot do it from my VPS control panel. How can I change the confirmation email for the SSL certificate ? – Patrick Nov 11 '10 at 13:49
1  
@Patrick you'll need to contact your domain's registrar (or use their website) to change the WHOIS settings. If your VPS provider registered the domain for you, you'll need to have them change the information if they don't provide a method in the control panel. – DerfK Nov 11 '10 at 14:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.