Conversation:
Notices
-
Yes, I think so. !selfhost'ing #Prosody is extremely simple. You can even use the supplied scripts in /etc/prosody/certs to generate the TLS certificate for your host.
-
@kzimmermann Sorry, the certificate sign request. :)
-
@kzimmermann Also, any properly setup !XMPP server needs these settings: https://prosody.im/doc/dns
Make sure that you have them all setup and that the DNS settings + TLS certificate is set for the _domain name_ of your account (like 'snackr.se', not the hosting server name, like 'xmpp.hethane.se'). And make sure you don't use CNAMEs in the SRV configuration.
-
You don't have to do it if you've generated the certificate on your own already. But if you want to, there's a Makefile in /etc/prosody/certs. Just 'make example.conf.csr' to make make the CSR if I remember correctly. (and maybe it can self-sign too)
-
I was writing from memory, maybe it's somewhere else. Either way, you haven't described much of what your actual problem with the setup is. Have you enabled debug logs and where does it go wrong?