... | ... | @@ -31,3 +31,7 @@ Passes the QR-code data to provisioning and continues normally. |
|
|
Tablets in long term storage, would need to be refreshed within the expiration window by turning them on and running the Copy Files step with updated files. This could also serve as a way to retire any manifests that are deemed compromised.
|
|
|
|
|
|
With a shorter code, this would also make BLE a convenient option for sharing the pre-cleared information with other tablets that have the same Challenge Code.
|
|
|
|
|
|
generating the code:
|
|
|
`openssl rand -base64 5 | head -c 5`
|
|
|
generates a code like: pBUpo |