mikestreety’s avatarmikestreety’s Twitter Archive—№ 23,758

    1. …in reply to @mnmldmg
      @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
  1. …in reply to @mikestreety
    @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>