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
Maisem Ali 24f322bc43 ipn/ipnlocal: do unexpired cert renewals in the background
We were eagerly doing a synchronous renewal of the cert while
trying to serve traffic. Instead of that, just do the cert
renewal in the background and continue serving traffic as long
as the cert is still valid.

This regressed in c1ecae13ab when
we introduced ARI support and were trying to make the experience
of `tailscale cert` better. However, that ended up regressing
the experience for tsnet as it would not always doing the renewal
synchronously.

Fixes #9783

Signed-off-by: Maisem Ali <maisem@tailscale.com>
9 months ago
..
cert.go ipn/ipnlocal: do unexpired cert renewals in the background 9 months ago
debugderp.go all: avoid repeated default interface lookups 1 year ago
disabled_stubs.go all: update copyright and license headers 1 year ago
localapi.go ipn/localapi: make whois take IP or IP:port as documented, fix capmap netstack lookup 9 months ago
localapi_test.go ipn/localapi: make whois take IP or IP:port as documented, fix capmap netstack lookup 9 months ago
pprof.go all: update copyright and license headers 1 year ago