qBittorrent App - Get SSL Self-Sign working

I just installed the qBittorrent app. I am trying to enable https on the WebUI so I can use magnet links.

I opened the app containers shell, but I can’t run apk add so I can install openssl. It says I don’t have the permission.

so I tried ‘su -’ to elevate to root and I get must be suid to work properly

before I go down this whole rabbit whole to get root access in the container etc. Is there an easier wayto do this?

Put it behind a reverse proxy, and let that handle TLS termination. NPM from the app catalog is one option; Traefik as a custom app is what I use.