File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -577,14 +577,14 @@ however.
577
577
computer.
578
578
579
579
** e.** Sign the ` SHASUMS256.txt ` file using a command similar to: `gpg
580
- --default-key YOURKEY --clearsign /path/to/SHASUMS256.txt`. You will be prompted
581
- by GPG for your password. The signed file will be named ` SHASUMS256.txt.asc ` .
580
+ --default-key YOURKEY --digest-algo SHA256 --clearsign /path/to/SHASUMS256.txt`.
581
+ You will be prompted by GPG for your password. The signed file will be named
582
+ SHASUMS256.txt.asc.
582
583
583
584
** f.** Output an ASCII armored version of your public GPG key using a command
584
- similar to: `gpg --default-key YOURKEY --armor --export --output
585
- /path/to/SHASUMS256.txt.gpg`. This does not require your password and is mainly
586
- a convenience for users, although not the recommended way to get a copy of your
587
- key.
585
+ similar to: ` gpg --default-key YOURKEY --digest-algo SHA256 --detach-sign /path/to/SHASUMS256.txt ` .
586
+ You will be prompted by GPG for your password. The signed file will be named
587
+ SHASUMS256.txt.sig.
588
588
589
589
** g.** Upload the ` SHASUMS256.txt ` files back to the server into the release
590
590
directory.
@@ -594,8 +594,8 @@ release, you should re-run `tools/release.sh` after the ARM builds have
594
594
finished. That will move the ARM artifacts into the correct location. You will
595
595
be prompted to re-sign ` SHASUMS256.txt ` .
596
596
597
- It is possible to only sign a release by running `./tools/release.sh -s
598
- vX.Y.Z`.
597
+ ** It is possible to only sign a release by running `./tools/release.sh -s
598
+ vX.Y.Z`.**
599
599
600
600
### 14. Check the Release
601
601
You can’t perform that action at this time.
0 commit comments