Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

Allow users to handle the TLS termination themselves

Hi,

I am running some services at home, and I already have webservers listening on my IP address, so I am handling all connections through a reverse proxy, which handles ths TLS termination before proxy passing the requests to the relevant machines, in HTTP.

As such, I would like the auto-config script to allow me to handle manually the LetsEncrypt phase, and to adapt the sites-enabled/*.conf files accordingly by listening to plain HTTP

I might be able to adapt the scripts and config files to allow this. I am not heavily familiar with the process of contributing to a Gitlab project : I think the way to offer this would be to create a branch, make my updates, and then creating a merge request.

Is this correct? I am allowed to do this with my current user account?

Thanks :)