[SOLVED] export certificate to zimbra hi folks,
i already read tutorials about import certificates to zimbra in wiki, but i don't get import the certificates from my external openldap server, that authenticate zimbra users , so when i check the option to use ssl, a series of warms shows in the debug box, alert me that certificate is not valid...
i configured my certicates and CA as follow, using openssl:
#generate CA
$ /usr/lib/ssl/misc/CA.pl -newca
#generate certificates
$ /usr/lib/ssl/misc/CA.pl -newreq
# so i have the private key (newkey.pem), and the public key (newreq.pem)
#i sign the certificate
$ /usr/lib/ssl/misc/CA.pl -sign
# this generate a sign public key called newcert.pem
# now i remove the password from private key
$ openssl rsa -in newkey.pem -out newkey.nopass.pem
# In final i have this files
newcert.pem newkey.nopass.pem newkey.pem newreq.pem
# and my ca is called cacert.pem
in slapd.conf i set TLSVerifyClient as never...
so folks, how can i solve this problem ?
ps. sorry about my english
Last edited by diegolcf; 02-22-2011 at 05:16 PM..
|