-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I wanted to use reverse proxy to link to different versions of my code (main, beta, alpha) but I have the problem that my certificate is only valid for the main domain. While I am not entirely sure whether certbot makes the domains as one certificate it definitely allows you to request multiple domains.
After trying, due to it being similar to Certbot and it not working I had a fast look. It didn't seem to me like this is currently supported.
I also used a hack to not need to give my code sudo permission nor the annoying all java programs sub 1024 ports. Instead, I went in and used the debug feature that seems to exist to set a port manually and tell my firewall to port forward.
Having support for that officially could be interesting for others.
Also I want to point out that this is my first time working with reverse proxies and I am not very experienced with Spring either.