This commit is contained in:
Adam Ierymenko 2019-09-30 20:03:03 -07:00
commit 6db2b8c66d
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
4 changed files with 8 additions and 15 deletions

View file

@ -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 {