Multiple Domains per IP with multiple servers (Windows Server 2008r2 and Ubuntu Server 14.0.4.5)

My domain is: mcresolution.org but I also have ighfdexplorers.com with a ssl through cloudflare.

I ran this command: sudo ./letsencrypt-auto certonly -d mcresolution.org on my Ubuntu server

It produced this output:

My operating system is (include version): Ubuntu 14.0.4.5 & Windows Server 2008r2 datacenter edition

My web server is (include version): Not applicable. I am creating a node for pufferpanel 0.8.5.3 which is setup on another server. My other website is hosted through DotNetNuke as a panel through IIS on my windows server however my node is on my ubuntu server. The domain mcresolution also runs a minecraft server at play.mcresolution.com.

My hosting provider, if applicable, is: I host myself at my house. I have 3 servers. One Windows Server 2008r2 Datacenter edition and 3 Ubuntu Server 14.0.4.5 servers. One of those servers runs pufferpanel http://www.pufferpanel.com/ and the other two runs nodes for the main panel. Both nodes have no web interface but just use a daemon to connect to the main pufferpanel server. I have a puffer.mcresolution.org resolving to the pufferpanel webserver (ubuntu server) on port 80 and I have https://www.ighfdexplorers.com resolving to port 443 on my windows server. All 3 of my servers share the same external IP address, 174.43.192.220

I can login to a root shell on my machine (yes or no, or I don’t know): yes

I’m using a control panel to manage my site (no, or provide the name and version of the control panel): Sort-of. DotNetNuke for a different website on a different server. All

you are using the TLS-SNI challenge

You are much better of using the DNS Challenge (add a txt record to your DNS) or HTTP challenge

–preferred-challenges PREF_CHALLS
A sorted, comma delimited list of the preferred
challenge to use during authorization with the most
preferred challenge listed first (Eg, “dns” or “tls-
sni-01,http,dns”). Not all plugins support all
challenges. See
https://certbot.eff.org/docs/using.html#plugins for
details. ACME Challenges are versioned, but if you
pick “http” rather than “http-01”, Certbot will select
the latest version automatically. (default: [])

Andrei

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.