Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit e1df46d

Browse files
authored
Merge pull request #66 from nicr9/patch-1
docs(README): Clarify signed release details
2 parents e0ca827 + 8d70d8f commit e1df46d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ This survey is meant for those who are currently running at least some workloads
1313

1414
### Download pre-built binary
1515

16+
Go to the [releases](https://github.com/coreos/kube-aws/releases) and download the latest release tarball for your architecture.
17+
18+
Currently, binaries coming from the final release for each version are signed so you should download the corresponding signature (.sig) as well. If you've decided to download a non-final release you can skip down to "Extract the binary:".
19+
1620
Import the [CoreOS Application Signing Public Key](https://coreos.com/security/app-signing-key/):
1721

1822
```sh
@@ -26,8 +30,6 @@ gpg2 --fingerprint FC8A365E
2630
```
2731
The correct key fingerprint is `18AD 5014 C99E F7E3 BA5F 6CE9 50BD D3E0 FC8A 365E`
2832

29-
Go to the [releases](https://github.com/coreos/kube-aws/releases) and download the latest release tarball and detached signature (.sig) for your architecture.
30-
3133
Validate the tarball's GPG signature:
3234

3335
```sh

0 commit comments

Comments
 (0)