How to serve https?

Hi,

How can I serve my resources using https?
I have added a few resources running on port 80 which works fine, but I want to serve them over https since that seems more save to me.
Is there a way to get certificates, should twingate do this automatically?

I am running twingate connecters in my docker swarm and a few resources are connected directly (resource address is their name in docker), and a few are connected via a proxy (traefik as resource address and then specifying an alias for the resource).

How can I serve these using https?

hi tvdh,

Twingate is only concerned with Network traffic, and does not do anything with regards to your SSL certificates, so configuring SSL on your webserver(s) is no different than normal.

I recommend LetsEncrypt as a free solution which is well documented here.

Thanks,

-arthur