Enable HTTPS configuration file

Hello,

I enabled SSL using this instruction below and it worked but am curious where it stores the configuration.

https://tljh.jupyter.org/en/latest/howto/admin/https.html#howto-admin-https-manual

sudo tljh-config set https.enabled true
sudo tljh-config set https.letsencrypt.email you@example.com
sudo tljh-config add-item https.letsencrypt.domains yourhub.yourdomain.edu

Another website link shows the file location ( “jupyterhub_config.py”) but I don’t see my configuration updated. Is it because I am using the Littlest Jupyterhub and its in a different location? Btw, I am not allowed to post another website link since I am a new user. On my system (Ubuntu 20.4 )it is located here:

/opt/tljh/hub/lib/python3.8/site-packages/tljh/jupyterhub_config.py

Thanks,
TT