fioctl el2g devices add¶
Grant device access to EdgeLock 2GO
Synopsis¶
Grant device access to EdgeLock 2GO
Examples¶
# Add a device with an SE050 (product ID: 935389312472)
# The product IDs configured for you factory can be found by running
# fioctl el2g status
# Device ID can be found on a device by running:
# $ ssscli se05x uid | grep "Unique ID:" | cut -d: -f2
# ssscli se05x uid | grep "Unique ID:" | cut -d: -f2
# 04005001eee3ba1ee96e60047e57da0f6880
# This ID is hexadecimal and must be prefixed in the CLI with 0x. For example:
fioctl el2g devices add 935389312472 0x04005001eee3ba1ee96e60047e57da0f6880
# Add a production device with an SE051 HSM (product ID: 935414457472)
fioctl el2g devices add --production 935414457472 0x04005001eee3ba1ee96e60047e57da0f6880
Options¶
Options inherited from parent commands¶
SEE ALSO¶
- fioctl el2g devices - Manage devices for EdgeLock 2Go