August 2013
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  

Categories

August 2013
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  

Geotrust Deploy wildcard certificate on Zimbra

Deploy wildcard certificate on Zimbra

Download the root ca cert and save mainca.crt

Download the intermediate.crt and save intermediate.crt

cat intermediate.crt mainca.crt > rootEN.crt

/opt/zimbra/openssl/bin/openssl verify -purpose sslserver -CAfile rootEN.crt www.rmohan.com.crt

www.rmohan.com.crt: OK

-bash-4.1# /opt/zimbra/bin/zmcertmgr verifycrt comm www.rmohan.com.key www.rmohan.com.crt rootEN.crt ** Verifying www.rmohan.com.crt against www.rmohan.com.key Certificate (www.rmohan.com.crt) and private key (www.rmohan.com.key) match. Valid Certificate: www.rmohan.com.crt: […]

RSYNC

What is rsync?

Rsync is a program for synchronizing two directory trees across different file systems even if they are on different computers. It can run its host to host communications over ssh to keep things secure and to provide key based authentication. If a file is already present in the target and is the […]