WIP enroll device
This commit is contained in:
@ -66,7 +66,7 @@ if status == "Unknown":
|
||||
csr = "".join(f.read())
|
||||
|
||||
print("Enrolling device...")
|
||||
crt = api.enroll_device(csr)
|
||||
api.enroll_device(csr)
|
||||
print("Done. Please accept the device on central system web UI")
|
||||
exit(0)
|
||||
|
||||
|
Reference in New Issue
Block a user