When creating a name with the web3.storage cli we s[tore each signing key in the user’s config file ](https://github.com/web3-storage/web3.storage/blob/main/packages/w3/name.js#L7)(on Mac it’s in ~/Library/Preferences/w3-nodejs/config.json). If the user change computer or delete this config file, the signing keys will be gone. Maybe we should put some messages in the CLI and the docs explaining that. Hinting that they should back them up.