@ -131,7 +131,7 @@ The homebrewserver.club prosody config
allow_registration = false; -- Enable to allow people to register accounts on your server from their clients, for more information see http://prosody.im/doc/creating_accounts
certificates = "/etc/prosody/certs"
https_certificate = "certs/myserver.org.crt"
https_certificate = "certs/uploads. myserver.org.crt"
c2s_require_encryption = true -- Force clients to use encrypted connections
@ -194,10 +194,7 @@ Make Prosody import the LetsEncrypt certificates:
You might get the following output:
:::console
No certificate for host groups.myserver.org found :(
No certificate for host upload.myserver.org found :(
No certificate for host proxy.myserver.org found :(
Imported certificate and key for hosts myserver.org
Imported certificate and key for hosts myserver.org, groups.myserver.org, uploads.myserver.org, proxy.myserver.org
However, no need to worry since the last certificate contains information for all the above subdomains.