You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keylight setup verify-license. A one-time terminal check that mints a
recognizable Setup check license, activates it through the real Rust SDK,
and verifies the returned lease against the tenant's Ed25519 keyset. The SDK
key is read from KEYLIGHT_SDK_KEY, never from an argument.
Safe cleanup and retry reuse. Setup state is held in a separate
owner-only local file until --clean deactivates the device and revokes the
test license. Non-interactive runs never delete it implicitly.
Changed
Setup input errors exit 2. Missing SDK keys and an ambiguous app
selection are actionable setup failures; lease and activation failures still
exit 1, and confirmation denial or expiry remains 3.