tailscale / tscert

Minimal package for just the HTTPS cert fetching part of the Tailscale client API
BSD 3-Clause "New" or "Revised" License
23 stars 4 forks source link

Allow parametrized socket path and state dir #7

Closed amontalban closed 1 year ago

amontalban commented 1 year ago

Tailscale container image supports the following env variables to set the socket path and state dir, this PR adds them to tscert so it can be used in Traefik for example.

Fixes #3