zerotier-idtool
all
Create and manipulate ZeroTier identities. See also: `zerotier-cli`, `zerotier-one`.
More info →Examples (8)
Generate a new ZeroTier identity and output the secret part to `stdout`
zerotier-idtool generateGenerate a new ZeroTier identity and save the secret and public parts to files
zerotier-idtool generate path/to/identity.secret path/to/identity.publicGenerate a new ZeroTier identity with a specific hexadecimal vanity prefix (can take a long time)
zerotier-idtool generate path/to/identity.secret path/to/identity.public vanity_prefixExtract the public portion from a secret identity
zerotier-idtool getpublic path/to/identity.secretSign a file using a secret identity
zerotier-idtool sign path/to/identity.secret path/to/fileVerify a signed file using a public identity and a hexadecimal signature
zerotier-idtool verify path/to/identity.public path/to/file signature_hexLocally validate an identity's key and proof of work
zerotier-idtool validate path/to/identity.publicDisplay help
made by @shridhargupta | data from tldr-pages