This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Closed
Description
The self
key is the local peer's identity, commonly referred to as PrivKey
. This key is currently stored in .config
and is naked. It should be placed onto the keychain, see ipfs/kubo#4240 (comment).
-
ipfs init
requires --pass to create the keychain -
ipfs init
should store peer identity asself
in the keychain - Gracefully upgrade, at "boot/startup" ipfs should move the
PrivKey
in .config into the keychain -
ipfs init
should not storePrivKey
in .config - any access to config
PrivKey
should error