sydent
sydent copied to clipboard
sydent.http.httpcommon - 52 - WARNING - No HTTPS private key / cert found: not starting replication server or doing replication pushes
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
-
What
.pemfile do I need to specify for the Sydent config parameterreplication.https.certfile? -
What is the Sydent config parameter for specifying the private key?
Without these, replication is not working...
Answers would be gratefully accepted. :)