Add a TLS option to inlets?
alexellis opened this issue · 2 comments
How about adding a TLS option to inlets so that you don't have to add ghost tunnel as an extra layer?
It should be relatively straight-forward to listen on a different port, given that you've already mounted the cert as a volume.
Btw inlets has also moved to https://github.com/inlets/inlets and grew a small family:
https://github.com/inlets/inlets-operator - automate inlets client/server for any Service LoadBalancer in K8s
https://github.com/inlets/inletsctl - create exit nodes on public Iaas and inletsctl kfwd
Once Inletes will get the TLS option we will remove Ghostunnel for sure.
Thanks for the heads up, I will check with the latest inlets now!
How about sending a PR to the project from your side?
You'd just have something like? --tls-cert /var/cert.crt
--tls-key /var/cert.key
?