Site example.net does not exist

I have a site that was set up in easy engine a long time ago and there are nginx configs for it under sites-enabled. It even auto completes when I tab complete to edit or update it. But when I hit enter it says

site example.net does not exist

How can I make the EE database know about it again as a site so i can manage it. I’d like to add a lets encrypt cert and it would just be easier to do it the normal way.

Thoughts?

Hello,

EasyEngine use a simple sqlite database to store sites list and configurations. You can find it in /var/lib/ee/ee.db. If you want to manually add a site in ee database, you can download ee.db and edit it with https://sqlitebrowser.org/

That was perfect. Thanks. Didn’t know how to edit that file. Worked like a charm! Thanks so much!