-
@subiectiv @anatudor You need to get that domain running on port 80 (http) first, so that letsencrypt can see the domain and the files to validate
-
@subiectiv @anatudor For example, with apache, you can have many domains listening on the same port <VirtualHost *:80> ServerName domain1.com </VirtualHost> <VirtualHost *:80> ServerName domain2.com </VirtualHost>