Skip to content

Commit

Permalink
Small improvement to the GPG command
Browse files Browse the repository at this point in the history
It doesn't work on my machine without this option. I thought I'll add it.
  • Loading branch information
peterdeme committed Dec 19, 2024
1 parent f3827c6 commit 67a2d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/product/administration/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Spacelift self-hosted is distributed as an archive containing everything needed
Along with the release archive, we also provide a SHA-256 checksum of the archive as well as a GPG signature. The fingerprint of our GPG key is `380BD7699053035B71D027B173EBA0CF3B3F4A46`, and you can import it using the following command:

```shell
gpg --recv-keys 380BD7699053035B71D027B173EBA0CF3B3F4A46
gpg --keyserver hkps://keys.openpgp.org --recv-keys 380BD7699053035B71D027B173EBA0CF3B3F4A46
```

You can verify the integrity of the release archive using the following command:
Expand Down

0 comments on commit 67a2d4c

Please sign in to comment.