Docker LAN SSL certificate

I have a single bench docker instance exposed to LAN. It’s working fine with a default certificate, and the network has local DNS working.

Thanks for your help!

if you have proxy that manages certificates for you then setup port based sites as mentioned in wiki that are accessible on LAN but only accessible from internet using certificates through proxy.

Dear @revant_one, thanks so much for your response!

No proxy here; this server would be independent. I could try to modify the nginx configuration directly to add SSL; but do you understand why the wiki warns against using the setup in production? Is it just the lack of SSL or is there some additional role that traefik plays?

it is just lack of SSL. if you can add ssl then it’s fine