Skip to content

Commit

Permalink
reset-pgp command
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed May 30, 2024
1 parent 8bec795 commit 523fe3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hivemind_bus_client/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ def test_identity():
node.close()


@hmclient_cmds.command(help="create a PGP key for inter-node communication", name="set-pubkey")
def reset_pubkey():
@hmclient_cmds.command(help="recreate the PGP key for inter-node communication", name="reset-pgp")
def reset_pgp_key():
identity = NodeIdentity()
identity.create_keys()
print("PUBKEY:", identity.public_key)
Expand Down

0 comments on commit 523fe3b

Please sign in to comment.