dappnode / DNP_HTTPS

A fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serve private pages with https too

dapplion opened this issue · comments

If possible it would be awesome to access your local (not exposed) my.dappnode Admin UI with HTTPs as https://my.dappnode

CC: @eduadiez

That would be awesome, but I don't know how would be sign those certificates.

After some googling it seems impossible :(
https://serverfault.com/questions/964119/enable-https-on-a-private-network

@3alpha Could we intercept my.dappnode and redirect to my.12136171233712.dyndns.dappnode.io, intercept that request again and serve the local my.dappnode?

So that in browser we still have this public domain shown?

Actually, that may be actually possible. We just need to keep exposed and non exposed services safely separated inside nginx proxy (HTTPS portal) based on where is request coming from.