You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somewhat a noob when it comes to Docker but successfully spun up PatchServer in a Docker container on a server. Wondering how I can get SSL enabled on it using Let's Encrypt? I'm sure someone has done this before, and I know how to get LE on a regular VM/bare metal server. I've never done it with a container before. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
PatchServer (run.py) doesn't have built-in SSL/HTTPS certificate binding/functionality, although it does support the use of an HTTP proxy/forwarder...Nginx/Apache/etc can be used to redirect/forward the non-SSL traffic from PatchServer, for example:
--> PatchServer HTTP port == tcp,5000
--> Nginx HTTPS/SSL port == tcp,5443
--> Docker/Container/Host == host.domain
--> Jamf/patchServer+SSL == https://host.domain:5443/jamf/v1
Somewhat a noob when it comes to Docker but successfully spun up PatchServer in a Docker container on a server. Wondering how I can get SSL enabled on it using Let's Encrypt? I'm sure someone has done this before, and I know how to get LE on a regular VM/bare metal server. I've never done it with a container before. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: