mirror of
https://github.com/PurpleComputing/helpful-scripts.git
synced 2026-02-03 05:43:24 +00:00
Update zt-auth.sh
This commit is contained in:
18
zt-auth.sh
18
zt-auth.sh
@@ -23,16 +23,20 @@
|
||||
#
|
||||
#
|
||||
################################################################################################
|
||||
|
||||
|
||||
# First get your NodeID (some OS require sudo here)
|
||||
NETID=[REPLACE WITH NET ID]
|
||||
#
|
||||
# SET INFO
|
||||
#
|
||||
NETID=[REPLACE WITH NET ID]
|
||||
APIKEY=[REPLACE WITH API KEY]
|
||||
#
|
||||
#
|
||||
#
|
||||
MYID=$(zerotier-cli info | cut -d " " -f 3)
|
||||
DEVNAME=$(/usr/sbin/scutil --get ComputerName)
|
||||
DEVDESC=Device authorised through Purple Script.
|
||||
#Then call the API
|
||||
DEVDESC="Device authorised through Purple Script."
|
||||
#
|
||||
# CALL API WITH INFO
|
||||
#
|
||||
curl -H "Authorization: Bearer $APIKEY" -X POST -d '{"name":"$DEVNAME","description":"$DEVDESC","config":{"authorized":true}}' https://my.zerotier.com/api/network/$NETID/member/$MYID
|
||||
curl -s -H "Authorization: Bearer $APIKEY" https://my.zerotier.com/api/network/$NETID/member/$MYID >> '~/.config.authorized'
|
||||
curl -s -H "Authorization: Bearer $APIKEY" https://my.zerotier.com/api/network/$NETID/member/$MYID >> '~/.ztconfig.authorized'
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user