Easy Install Script with Lets Encrypt not working

So I used the easy install script as found here: GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps

I ran it according to instructions, I updated the .env file with my email for letsencrypt, etc.

I can’t for the life of me figure out what I’m doing wrong when setting up letsencrypt. Trying to run something like “sudo -H bench setup letsencrypt” I get errors about sudo not being a command. I looked into it and I can install sudo in the docker but the script still didn’t run because of certbot auto issue which I found this (certbot-auto deprecated · Issue #1105 · frappe/bench · GitHub) workaround for but it is still not working for me. I still get the traefik default certificate no matter what I do.

I can provide logs and config files, I just need the location of them as I am new to this whole thing.

Any help is much appreciated!