Resolved, but untested.
done, by default cert is output to a file based on the fingerprint.
keyfork mnemonic generate --encrypt-to-self
to name the encrypted file, automagically default name certificate based on fp
keyfork mnemonic generate
Implemented. Identifiers are only needed if the count doesn't equal the amount of plugged in smartcards.
keyfork mnemonic generate
Closing as we have now fully migrated outside of icepick.toml
for workflows.
For reference, this system should help with implementing new workflows, since YAML is a much nicer language for implementing these nested structures in.
--sign
apparently does not sign if a card is not found. extract a looper from wizard to wait for card
--sign
apparently does not sign if a card is not found. extract a looper from wizard to wait for card
Resolved this, avoiding adding conflicting (duplicate) signatures, and avoiding verifying duplicate signatures.
Implemented. Instead of - type: either
, we instead have added the aliases:
field. That way, it doesn't have to be an enum. Avoids complexity.