diff options
author | Seth For Privacy <seth@sethforprivacy.com> | 2021-12-02 13:55:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 13:55:18 +0000 |
commit | cd76011e6cf161ce9ff23f386db31acf8f9f4aee (patch) | |
tree | afcf608feec861b8febe686d63742df5af0b7bbe | |
parent | Update DOCKRUN.md (diff) | |
download | monero-cd76011e6cf161ce9ff23f386db31acf8f9f4aee.tar.xz |
Add note on adding SSH keys for Github
-rw-r--r-- | contrib/gitian/DOCKRUN.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gitian/DOCKRUN.md b/contrib/gitian/DOCKRUN.md index 91d0bbc4e..4d363e272 100644 --- a/contrib/gitian/DOCKRUN.md +++ b/contrib/gitian/DOCKRUN.md @@ -63,6 +63,8 @@ The build should run to completion with no errors, and will display the SHA256 c of the resulting binaries. You'll be prompted to check if the sums look good, and if so then the results will be signed, and the signatures will be pushed to GitHub. +***Note: In order to publish the signed assertions via this script, you need to have your SSH key uploaded to Github beforehand. See https://docs.github.com/articles/generating-an-ssh-key/ for more info.*** + You can also look in the [gitian.sigs](https://github.com/monero-project/gitian.sigs/) repo and / or [getmonero.org release checksums](https://web.getmonero.org/downloads/hashes.txt) to see if others got the same checksum for the same version tag. If there is ever a mismatch -- **STOP! Something is wrong**. Contact others on IRC / GitHub to figure out what is going on. |