Skip to content

Commit

Permalink
simplify offline signing section (move parts describing caveats about…
Browse files Browse the repository at this point in the history
… write-buffer authority into separate PR)
  • Loading branch information
norwnd committed Dec 8, 2023
1 parent 38c85c2 commit 63e6e02
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/src/cli/deploy-a-program.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,6 @@ solana program write-buffer <PROGRAM_FILEPATH>
solana program set-buffer-authority <BUFFER_PUBKEY> --new-buffer-authority <OFFLINE_SIGNER_PUBKEY>
```

- note, above we have to issue a separate `solana program set-buffer-authority` command (using online machine) to
change authority to be that of offline signer because we don't have access to offline signer private key to sign
up as buffer authority when running `solana program write-buffer` command using online machine (offline signer
private key is stored on offline machine), and `solana program set-buffer-authority` doesn't impose that requirement.

(3) (optional) You may verify that the uploaded program matches the built binary. See
[dumping a program to a file](deploy-a-program.md#dumping-a-program-to-a-file) for more information and details.

Expand Down

0 comments on commit 63e6e02

Please sign in to comment.