Can't find site name on Easy Install

Hi there.

I did on a blank server an Easy Install.

Installed ERPNExt no problem.

I would like to have SSL

When I try to run the command:

sudo -H bench setup lets-encrypt site1.local

I get the error:

“No site named site1.local”

when I go to the sites directory my site name is site1.local

any idea how can I know my site name?

normally, bench commands should be run from ~/frappe-bench, and normally they don’t need sudo
try

cd ~/frappe-bench
bench setup lets-encrypt site1.local

Thanks a lot, I did miss that… even later I had to rename the site1.local to my domain.com otherwise let’s encrypt won’t run.

Thanks.