HAProxy + Cloudflare + SSL with non-fqdn names?
-
Newbie: I have managed to convert internally hosted http based services to https via wildcard as per LT's guide here: https://www.youtube.com/watch?v=bU85dgHSb2E
I am not interested in exposing any services to the internet actually. This is purely for convenience on the home lab so that https:// works for various things internally. I do have a public static IP, dedicated domain and a cloudflare account anyway hence why I went down this route.
Internally, https://nas.domain.tld serves up something from 192.168.x.x as intended. great.
What changes would i need to make, to make this work: https://nas ie. without the domain? Use case - sometimes I just don't want to bother typing the whole fqdn
Is it adding another item in the backend and/or host overrides? i've tried a few combos, but feels like guesswork.
Yes i could simply not care and use browser bookmarks or one of those "homepage" apps but could or should this work? if so how?
thank you