PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hf fido make --help


Execute a FIDO2 Make Credential command. Needs json file with parameters.
Sample file `fido2_defparams.json` in `client/resources/`.
- for yubikey there must be only one option `"rk": true` or false
note:
   `-vv` shows  full certificates data

usage:
    hf fido make [-havtc] [-f <fn>]

options:
    -h, --help                     This help
    -a, --apdu                     Show APDU requests and responses
    -v, --verbose                  Verbose output
    -t, --tlv                      Show DER certificate contents in TLV representation
    -c, --cbor                     Show CBOR decoded data
    -f, --file <fn>                Parameter JSON file name

examples/notes:
    hf fido make                   -> use default parameters file `fido2_defparams.json`
    hf fido make -f test.json      -> use parameters file `text.json`