https://github.com/tailscale/tscert
Minimal package for just the HTTPS cert fetching part of the Tailscale client API
https://github.com/tailscale/tscert
Last synced: about 1 year ago
JSON representation
Minimal package for just the HTTPS cert fetching part of the Tailscale client API
- Host: GitHub
- URL: https://github.com/tailscale/tscert
- Owner: tailscale
- License: bsd-3-clause
- Created: 2022-01-25T20:18:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T13:01:06.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T23:16:57.648Z (about 1 year ago)
- Language: Go
- Size: 27.3 KB
- Stars: 26
- Watchers: 21
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tscert
This is a stripped down version of the
`tailscale.com/client/tailscale` Go package but with minimal
dependencies and supporting older versions of Go.
It's meant for use by Caddy, so they don't need to depend on Go 1.17 yet.
Also, it has the nice side effect of not polluting their `go.sum` file
because `tailscale.com` is a somewhat large module.
## Docs
See https://pkg.go.dev/github.com/tailscale/tscert