Hello
I have generated a SSL certificate with Certbot for my xmpp server with the following addresses xmpp.myserver.com, myserver.com. After that I manually import my keys in the admin console.
In this case the privkey.pem and cert.pem and enter it in it’s correct box in Openfire Identity Certificate Store.
However when I do that it gives the error:
"A certificate for the domain of this server is missing. Click here to generate a self-signed certificate or here to import a signed certificate and its private key.
I don’t understand what is missing as the keys should be correct.
Forgot to mention OpenFire is running on Debian based distro.
I did click on “Click here to generate a self-signed certificate” even I already had a cert. That did create CSR and display it. I saved it as a file and used it with
“certbot --csr” to get Letsencrypt cert.
I had to create bunch of new DNS records for this to work - those depend on features you have enabled within openfire and they will become clear once CSR is created.
after import fullchain.pem, make sure that the server domain name is the same as in the certificate, the error message still appears:
A certificate for the domain of this server is missing. Click here to generate a self-signed certificate or here to import a signed certificate and its private key.