mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-15 15:37:51 +00:00
client,cmd/tailscale,ipn,tka,types: implement tka initialization flow
This PR implements the client-side of initializing network-lock with the Coordination server. Signed-off-by: Tom DNetto <tom@tailscale.com>
This commit is contained in:
@@ -12,6 +12,7 @@ import (
|
||||
|
||||
// Types implementing Signer can sign update messages.
|
||||
type Signer interface {
|
||||
// SignAUM returns signatures for the AUM encoded by the given AUMSigHash.
|
||||
SignAUM(tkatype.AUMSigHash) ([]tkatype.Signature, error)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user