bndw / wifi-card

📶 Print a QR code for connecting to your WiFi (wificard.io)
https://wificard.io
MIT License
6.58k stars 460 forks source link

TLS encryption #262

Closed str8edgedave closed 1 year ago

str8edgedave commented 1 year ago

I'm using wifi-card as a container with Podman. Is it possible to use SSL Certificates with wifi-card?

I'm using nginx as a reverse proxy with a certificate from Let's Encrypt. I'd like to be able to volume mount my SSL certificate and key to ensure end-to-end encryption.

bndw commented 1 year ago

If you want TLS between your nginx reverse proxy and the wifi-card container then you'd need to configure the nginx base image. You'd probably need to volume mount a custom nginx.config and key material. See the nginx dockerhub page for some more info. Good luck!

str8edgedave commented 1 year ago

All good. Thanks for responding. Happy holidays!