List Key Pairs
Prerequisites
- Install the currently supported version of
clio
info
| The clio
tool is bundled with the Wire software. Installing Wire Core will also install the clio tool.
REMINDER
The install process sets up the wallet for the root user. To interact with clio, ensure you are on the root user. Run sudo su -
to switch to the root user.
- Understand public and private key.
Steps
Unlock your wallet
clio wallet unlock
List all public keys:
clio wallet keys
List all key pairs:
clio wallet private_keys
danger
| You should never ever reveal your private keys in a production enviroment!