I've setup an ejabberd cluster with 2 nodes. I have setup ACME top level option and the value of ca_url is set to the default let's encrypt url. I have also configured a listener of port 5280, redirected from port 80 for the ACME challenge.
I have setup SRV records for my vhosts. I couldn't find any documentation regarding ACME in cluster mode.
- Do both the nodes need to have the same certificates?
- If I add a vhost and perform reload_config, will it request certificate for the new host or do I have to restart?
- What is the correct way to setup SRV records for cluster mode?