Hi,
I own 1 public IP with a NAT configuration, a domain with 3 subdomains and I would like to run 3 servers behind this IP and use certs.
Example :
Server 1 - HTTP port : 10080 - HTTPS port : 10443 - serv1.domain.com
Server 2 - HTTP port : 10081 - HTTPS port : 10444 - serv2.domain.com
Server 3 - HTTP port : 10082 - HTTPS port : 10445 - serv3.domain.com
Is it possible to generate a cert on each server, even if port 80 or 443 is not available ?
Or perhaps I can run a 4th server on 80/443 to generate certs then transfer each cert to each server ?
Thank you !
Thank you.
And what about the DNS-01 challenge ? It also uses the port 80 or 443 ? Or it doesn’t care how port is used ?
Thank you.
Thank you but he uses a reverse proxy, and I would like to connect directly to my servers.
Is it possible to generate a certificate on a server A then copy files needed (fullchain.pem, privkey.pem, chain.pem, other?) to the server B ? And if yes, is it necessary to install certbot to the server B ?
Thank you.