https with ssl config.yaml options not available?

Hi there -

I my situation: an internal ubuntu server running worpress and using certbot for an SSL cert. I can get everything working using the loclx gui - I put in the type of “http” the TO: as 10.0.1.9.:80 and I click the checkbox that says my local server already has TLS configured and I fill in: 10.0.1.9:443 in the box below. I also have a custom domain that I select in the box below that. When I start it - everything works. cool. BUT - on minor problem. I don’t want to use the GUI because I’d have to set up VNC or some kind of remote access etc. I’d rather start it all as a service. So I’m tying to use the config.yaml file… and I can’t get it to work the same. here is my file contents: (with my domain removed)

www:

type: http

region: us

to: 10.0.1.9:80

reserved_domain: www.<mydomain>.com

It seems there should be more to it - but there is nothing in the online documentation that tells me were to put “TLS YES” option and the host info with port 443?

Thanks for your help!

Scott

BTW - I can get the config file to start a tunnel - I just can’t get it to behave the same way the one does that I start from the GUI.

If it would be helpful I can send you the gui.db file found in .localx dir.