open-horizon/SDO-support

Add 'hzn sdo keys create' sub-cmd

bmpotter opened this issue · 1 comments

  • Add hzn sdo keys create sub-cmd (that calls POST /api/orgs/{orgid}/keys and returns the concatenated public key to the user)
  • Add hzn sdo keys list sub-cmd (that calls GET /api/orgs/{orgid}/keys and returns the list of public keys)
  • Add hzn sdo keys download <key-name> sub-cmd (that calls GET /api/orgs/{orgid}/keys/<key-name> and returns the concatenated public key to the user)

The work is done in issue 114.