You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/ipn/localapi
Andrew Lytvynov e7bf6e716b
cmd/tailscale: add --min-validity flag to the cert command (#12822)
Some users run "tailscale cert" in a cron job to renew their
certificates on disk. The time until the next cron job run may be long
enough for the old cert to expire with our default heristics.

Add a `--min-validity` flag which ensures that the returned cert is
valid for at least the provided duration (unless it's longer than the
cert lifetime set by Let's Encrypt).

Updates #8725

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
2 months ago
..
cert.go cmd/tailscale: add --min-validity flag to the cert command (#12822) 2 months ago
debugderp.go ipn/{ipnlocal,localapi},wgengine{,/magicsock}: plumb health.Tracker 5 months ago
disabled_stubs.go all: update copyright and license headers 2 years ago
localapi.go proxymap, various: distinguish between different protocols 3 months ago
localapi_test.go proxymap, various: distinguish between different protocols 3 months ago
pprof.go all: update copyright and license headers 2 years ago