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/cmd/tailscaled
Adrian Dewhurst 04dd6d1dae
control/controlclient: sign RegisterRequest (#1549)
control/controlclient: sign RegisterRequest

Some customers wish to verify eligibility for devices to join their
tailnets using machine identity certificates. TLS client certs could
potentially fulfill this role but the initial customer for this feature
has technical requirements that prevent their use. Instead, the
certificate is loaded from the Windows local machine certificate store
and uses its RSA public key to sign the RegisterRequest message.

There is room to improve the flexibility of this feature in future and
it is currently only tested on Windows (although Darwin theoretically
works too), but this offers a reasonable starting place for now.

Updates tailscale/coral#6

Signed-off-by: Adrian Dewhurst <adrian@tailscale.com>
3 years ago
..
debug.go Revert "cmd/tailscaled: split package main into main shim + package" 3 years ago
depaware.txt control/controlclient: sign RegisterRequest (#1549) 3 years ago
install_darwin.go Revert "cmd/tailscaled: split package main into main shim + package" 3 years ago
tailscaled.defaults cmd/tailscaled: rename relaynode reference in defaults file comment 4 years ago
tailscaled.go Revert "cmd/tailscaled: split package main into main shim + package" 3 years ago
tailscaled.service cmd/tailscaled/tailscaled.service: revert recent hardening for now 3 years ago
tailscaled_notwindows.go Revert "cmd/tailscaled: split package main into main shim + package" 3 years ago
tailscaled_windows.go Revert "cmd/tailscaled: split package main into main shim + package" 3 years ago