freedombone-splitkey.json 1.1KB

123456789101112
  1. {
  2. "${PROJECT_NAME}-splitkey -u [username] -n [number of fragments] -e [email address] --fullname [Full name]": "${PROJECT_NAME}-splitkey -u [username] -n [number of fragments] -e [email address] --fullname [Full name]",
  3. "User $MY_USERNAME does not exist on the system": "User $MY_USERNAME does not exist on the system",
  4. "gpg key for $MY_EMAIL_ADDRESS was not found": "gpg key for $MY_EMAIL_ADDRESS was not found",
  5. "gpg backup key for '$MY_NAME' was not found": "gpg backup key for '$MY_NAME' was not found",
  6. "Unable to extract public key for $KEYID": "Unable to extract public key for $KEYID",
  7. "Unable to extract private key for $KEYID": "Unable to extract private key for $KEYID",
  8. "Unable to extract backup public key for $MY_BACKUP_KEY_ID": "Unable to extract backup public key for $MY_BACKUP_KEY_ID",
  9. "Unable to extract backup private key for $MY_BACKUP_KEY_ID": "Unable to extract backup private key for $MY_BACKUP_KEY_ID",
  10. "Unable to split the gpg key": "Unable to split the gpg key",
  11. "$KEY_SHARES key shares created": "$KEY_SHARES key shares created"
  12. }