Previously I was running 5.02 as well, so no upgrade. The previous SSL certificate was self signed. I tried downloading the ExportPriv and running it but I couldn't find the commercial.keystore
root@mail:~/certs# java ExportPriv commercial.keystore tomcat zimbra >commercial.key
Exception in thread "main" java.io.FileNotFoundException: commercial.keystore (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:106)
at ExportPriv.doit(ExportPriv.java:36)
at ExportPriv.main(ExportPriv.java:24)
root@mail:~/certs# find /opt/zimbra -name commercial.keystore -print
root@mail:~/certs#
Which is the key file? I am new to SSL so I have no idea as to how to proceed. All I know is that we paid money for the certificate which I cannot install and its getting to be a little frustrating. We wanted to try out the new certificate before migrating over to the Network Edition next week.
Which files from to 1/ 2/ 3/ would I copy to the locations:
-From the link you posted-:
1. Extract my cert and private key from the old Java keystore.
2. Download my ca's root cert.
3. Copy these to /opt/zimbra/ssl/zimbra/commercial/{commercial_ca.crt|commercial.crt|commercial.key}
4. Also copy to /opt/zimbra/mailboxd/webapps/zimbraAdmin/tmp/{current_chain.crt|current.crt}
5. Run /opt/zimbra/bin/zmcertmgr deploycrt comm
------
I'm guessing commercial_ca.crt is the DigiCertCA.crt or the TrustedRoot.crt Which is the commercial.key?
Please help. |