Skip to content

Commit

Permalink
remove account key copying from docs (MystenLabs#10841)
Browse files Browse the repository at this point in the history
## Description 

Remove account key copy references from docs - follow up to MystenLabs#10769
  • Loading branch information
johnjmartin authored Apr 17, 2023
1 parent 1681a6c commit 6b7db1c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
8 changes: 0 additions & 8 deletions nre/ansible/roles/sui-node/tasks/sui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@
group: "sui"
mode: 0600

- name: Copy account.key
copy:
src: "{{ keypair_path }}account.key"
dest: /opt/sui/key-pairs/account.key
owner: "sui"
group: "sui"
mode: 0600

- name: Copy network.key
copy:
src: "{{ keypair_path }}network.key"
Expand Down
2 changes: 0 additions & 2 deletions nre/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Add the paths to your private keys to validator.yaml. If you chose to put them i
```
protocol-key-pair:
path: /opt/sui/key-pairs/protocol.key
account-key-pair:
path: /opt/sui/key-pairs/account.key
worker-key-pair:
path: /opt/sui/key-pairs/worker.key
network-key-pair:
Expand Down
2 changes: 0 additions & 2 deletions nre/systemd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ Add the paths to your private keys to validator.yaml. If you chose to put them i
```
protocol-key-pair:
path: /opt/sui/key-pairs/protocol.key
account-key-pair:
path: /opt/sui/key-pairs/account.key
worker-key-pair:
path: /opt/sui/key-pairs/worker.key
network-key-pair:
Expand Down

0 comments on commit 6b7db1c

Please sign in to comment.