Update IPNS record

Nov 1, 2022 at 13:35:10

First, make sure there is IPNS Key in local IPFS keystore:

ipfs key list

If the key is not present, import with:

ipfs key import <name> <key>

Then, update IPNS record with:

ipfs name publish --key=<key name> /ipfs/...
Tags: