WIP enroll device

This commit is contained in:
2024-08-23 21:00:18 +02:00
parent dd0a957a63
commit 3b7e2f9a0c
8 changed files with 132 additions and 9 deletions

View File

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