[Csync2] SSL not working
Art -kwaak- van Breemen
ard+csync2 at telegraafnet.nl
Tue Nov 2 11:46:17 CET 2010
On Mon, Nov 01, 2010 at 10:14:05AM -0700, B T wrote:
> this is on gamesweb01
> ~# openssl genrsa -out /etc/csync2_ssl_key.pem 1024
> :~# openssl req -new -key /etc/csync2_ssl_key.pem -out /etc/csync2_ssl_cert.csr
> :~# openssl x509 -req -days 600 -in /etc/csync2_ssl_cert.csr -signkey /etc/csync2_ssl_key.pem -out /etc/Csync2_ssl_cert.pem
> So after having all the certificates, we have to create the Csync2 key by issuing the following:
> :~# csync2 -k /etc/csync2_ssl_cert.key
You must create an empty csr, and I mean really empty. Something
like:
openssl req -new -key /etc/csync2_ssl_key.pem -out /etc/csync2_ssl_cert.csr < /dev/null
There are some problems when filling out details that we don't
want to know about.
More information about the Csync2
mailing list