[Csync2] changing the certificate

Art -kwaak- van Breemen ard+csync2 at telegraafnet.nl
Tue Oct 21 18:25:36 CEST 2008


On Wed, Oct 08, 2008 at 06:53:13PM +0200, Christian Wiese wrote:
> I just started to evaluate csync2, and made a little mistake by
> overwriting an existing certificate. Is there a way to change/update
> the certificate for a particular host in the database?
sqlite3? /var/lib/csync2/*
sqlite> SELECT peername FROM x509_cert;
sqlite> DELETE FROM x509_cert where peername=' ... ' ;

it's sqlite3 or sqlite, depending on which version you are using.
And remember: when signing the certificates, the fields must be
empty.


More information about the Csync2 mailing list