
Originally Posted by
floor
I'm trying to generate a CSR to renew the SSL cert for our Zimbra mailserver. We're currently using 6.0.6_GA_2330.UBUNTU6_64.NETWORK.
When I go to Certificates -> Install Certificate -> click on the name of the mailserver -> Generate CSR -> Fill in the information about the mailserver, it does say that the CSR already exists. I dont want to replace the current CSR, so I click Next and then click Download the CSR. A new window pops up, with a 404 error:
Am I doing something wrong? I have never replaced a SSL cert on a mailserver but I guess this is the way it should be done. Please let me know how I can generate the CSR for our SSL cert. Thanks!
We have seen this before; there seems to be a bug in the Admin Console.
You can ssh into the Zimbra server and get the CSR manually either via rsync or by just cat'ing the file to the terminal screen.
The csr file should be located at
Code:
/opt/zimbra/ssl/zimbra/commercial/commercial.csr.
So, from the terminal screen you could run:
Code:
malbec:/opt/zimbra/ssl/zimbra/commercial # cat commercial.csr
-----BEGIN CERTIFICATE REQUEST-----
<snip>
-----END CERTIFICATE REQUEST-----
malbec:/opt/zimbra/ssl/zimbra/commercial #
Copy and paste the output into the GoDaddy screen and you should be all set.
Hope that helps,
Mark