I am not sure about GUI-based install, but instead I sucessfuly managed to install few certificates manually:
Seems you have already generated CSR Certificate Server Request file, which you then pasted into Geotrust SSL certificate issue wizard, which produces your final certificate.
Now, you need Geotrust or Equifax SSL root certificate:
Code:
wget http://www.geotrust.com/resources/root_certificates/certificates/Equifax_Secure_Certificate_Authority.cer -O /tmp/ca_bundle.crt
Then you CTRL-C your Geotrust SSL certificate (which you bought from Geotrust), from first to last line, and PASTE it into something like this, so you get it into file onto your server:
Code:
echo here_you_paste_your_ssl_certificate > zimbra.yourdomain.com.crt
Then you install your cert:
Code:
sudo /opt/zimbra/bin/zmcertmgr deploycrt comm /tmp/zimbra.yourdomain.com.crt /tmp/ca_bundle.crt
Don't forget to open port 443 on your firewall/router, and off you go with
https://zimbra.yourdomain.com:7071 for test
