Hi everyone. I'd like to set two jails with each hosting a domain of mine, with HTTPS/TLS support on nginx.
My case is;
My Dedicated Server/Host IP: 134.42.22.11 (External Public IP Addr) (has also PF activated and running without Jails' support, anything with any jail, at the moment)
Jail 1 - 10.10.10.2 - nginx: would host mydomain1.com - Port: 80/443
Jail 2 - 10.10.10.3 - nginx: would host myotherdomain.com - Port: 80/443
I'd like to know if not only HTTP but HTTPS traffic (and obviously SSL certs) is also supported. How to achieve this with nginx?
Would Nginx support HTTP/HTTPS redir, without using haproxy? Like using "proxy_pass" tags.
I generate my SSL certs by acme.sh, should I generate the SSL certificates within each jail or on the main host and put them into the jails' own related folders?
Best.
My case is;
My Dedicated Server/Host IP: 134.42.22.11 (External Public IP Addr) (has also PF activated and running without Jails' support, anything with any jail, at the moment)
Jail 1 - 10.10.10.2 - nginx: would host mydomain1.com - Port: 80/443
Jail 2 - 10.10.10.3 - nginx: would host myotherdomain.com - Port: 80/443
I'd like to know if not only HTTP but HTTPS traffic (and obviously SSL certs) is also supported. How to achieve this with nginx?
Would Nginx support HTTP/HTTPS redir, without using haproxy? Like using "proxy_pass" tags.
I generate my SSL certs by acme.sh, should I generate the SSL certificates within each jail or on the main host and put them into the jails' own related folders?
Best.