Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.01 KB

Zerotier ID generator

ztid is a command line tool to generate a unique identity files for zerotier based on some hardware information for zero-os

It uses the following information to seed the identity generation:

  • Constant Seed
  • Motherboard ID (if available)
  • All the mac addresses of the physical attached devices, sorted

This means that a change in HW will generate a new ID

Building

go build

Usage

Running the ztid will generate identity.public and identity.secret files in the -out directory (default to '.')

License

The C++ code is copied from ZeroTierOne which is licensed under GNU GPL v3

ZeroTierOne License

The ZeroTier source code is open source and is licensed under the GNU GPL v3 (not LGPL). If you'd like to embed it in a closed-source commercial product or appliance, please e-mail contact@zerotier.com to discuss commercial licensing. Otherwise it can be used for free.

Owner

muhamadazmy