How can I run the command
tailscale cert
in order to enable HTTPS according to https://tailscale.com/kb/1153/enabling-https/
I have tried running the above command inside the unRAID tailscale docker container, after enabling MagicDNS and HTTPS from inside the settings of my tailscale account but I'm not able to run the command from inside of docker. I'm using the option to click on the running container in UnRAID and open a console and then I try to run:
/app # tailscale cert
sh: tailscale: not found
Do I need to SSH into the container and then run the command? If so how do I SSH into the container? Any help is very much appreciated!