You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 26, 2026. It is now read-only.
Currently, to terminate TLS with slt you have to manage the cert on your own. It would be nice to support on-the-fly autoenrollment for a valid cert via Let's Encrypt. There's already great support for this via golang.org/x/crypto/acme/autocert, it just needs to be integrated.
Currently, to terminate TLS with
sltyou have to manage the cert on your own. It would be nice to support on-the-fly autoenrollment for a valid cert via Let's Encrypt. There's already great support for this viagolang.org/x/crypto/acme/autocert, it just needs to be integrated.PR to follow