View Single Post
  #1 (permalink)  
Old 11-03-2009, 12:29 AM
johnmassie johnmassie is offline
New Member
 
Posts: 4
Exclamation CSR Generated is Missing Information

I'm working on generating a CSR to submit to GoDaddy to get a SSL certificate. Due to the new requirements of a 2048 key length - I am doing all this via the zmcertmgr command via SSH.

Here are the commands I'm running:
To generate the CSR:
Code:
/opt/zimbra/bin/zmcertmgr createcsr comm -new -keysize 2048 -subject "/C=US/ST=*STATE*/L=*CITY*/O=**COMPANY**/OU=Information Technology/CN=domain.com" -subjectAltNames "webmail.domain.com,zimbra.domain.com, smtp.domain.com,imap.domain.com"
This generates a successful CSR according to the script.

When I run the command:
Code:
/opt/zimbra/bin/zmcertmgr viewcsr comm
I get these results:
Code:
subject=/C=US/ST=*STATE*/L=*CITY*/O=**COMPANY**/OU=Information Technology/CN=domain.comSubjectAltName= imap., smtp., webmail., zimbra.
Now I download the commercial.csr file and submit it to GoDaddy. When I install the certificate GoDaddy gives me it is missing the Subject Alt Names AND all of the subject information. It is simply a certificate for domain.com and www. domain.com

In addition, if I use the GUI to install the certificate and it displays the page with the CSR information it is blank as well and doesn't contain the information that I specified in the "createcsr" command.

Please be gentle as this is my first Zimbra 6.0 install so it's been a learning experience for me. I've scoured the fourms/Google and found similar scenarios but either they seem to be unresolved or their solution didn't work.

We're running Zimbra Open Source - Release 6.0.1_GA_1816.UBUNTU8_64 UBUNTU8_64 FOSS edition on Ubuntu 8.04 64-bit Edition.

Thanks in advance for the assistance!
- John C. Massie

Last edited by johnmassie; 11-03-2009 at 12:30 AM.. Reason: Added Zimbra Version / Server Info
Reply With Quote