mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
.
This commit is contained in:
parent
47a08ccbd4
commit
6db2b8c66d
4 changed files with 8 additions and 15 deletions
|
@ -23,15 +23,6 @@ import (
|
|||
"zerotier/pkg/zerotier"
|
||||
)
|
||||
|
||||
/*
|
||||
identity <command> [args] Identity management commands
|
||||
new Create new identity (including secret)
|
||||
getpublic <identity> Extract only public part of identity
|
||||
validate <identity> Locally validate an identity
|
||||
sign <identity> <file> Sign a file with an identity's key
|
||||
verify <identity> <file> <sig> Verify a signature
|
||||
*/
|
||||
|
||||
// Identity command
|
||||
func Identity(args []string) {
|
||||
if len(args) > 0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue