sydent icon indicating copy to clipboard operation
sydent copied to clipboard

sydent.http.httpcommon - 52 - WARNING - No HTTPS private key / cert found: not starting replication server or doing replication pushes

Open DalekDave opened this issue 3 years ago • 0 comments

How do I resolve the message above?

I have Letsencrypt certificatas and I added matrix-sydent to the ACL by executing:

setfacl -R -m u:matrix-sydent:rx /etc/letsencrypt/live/ /etc/letsencrypt/archive/ Sydent accepts my setting in /etc/matrix-sydent for cacert:

replication.https.cacert = /etc/letsencrypt/live/example.com/cert.pem

I have these certificates files in /etc/letsencrypt/live/example.com:

cert.pem
chain.pem
fullchain.pem
privkey.pem

  1. What .pem file do I need to specify for the Sydent config parameter replication.https.certfile ?

  2. What is the Sydent config parameter for specifying the private key?

Without these, replication is not working...

Answers would be gratefully accepted. :)

DalekDave avatar Jul 30 '22 14:07 DalekDave