-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow users to export/import p2p keys #15566
Comments
Yeah that seems reasonable. |
the export part will be done after ipfs/kubo#8113 |
Verified
Check if IPFS import works as expected and files/directories/links are imported wellSteps:
Confirmed the imported and shared resource loads correctly; more verifications for import were already done over in Export keys from node on any computer via
|
Placeholder for import/export p2p keys
ipfs key export -o ./mykey.key mykey
ipfs key import anotherkey ./mykey.key
add "..." instead of a trash icon for keys and there's a submenu for remove and export keys
The text was updated successfully, but these errors were encountered: