mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update website/docs/cli/install/apt.mdx
Co-authored-by: Robin Norwood <rnorwood@hashicorp.com>
This commit is contained in:
parent
a2798da37b
commit
2839aab709
@ -41,9 +41,9 @@ To configure your repository:
|
|||||||
1. Verify the key's fingerprint.
|
1. Verify the key's fingerprint.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ gpg --no-default-keyring --keyring /usr/share/keyrings/hashicorp-archive-keyring.gpg \
|
$ gpg --no-default-keyring \
|
||||||
|
--keyring /usr/share/keyrings/hashicorp-archive-keyring.gpg \
|
||||||
--fingerprint
|
--fingerprint
|
||||||
```
|
|
||||||
The fingerprint must match `E8A0 32E0 94D8 EB4E A189 D270 DA41 8C88 A321 9F7B`. You can also verify the key on [Security at HashiCorp](https://www.hashicorp.com/security) under **Linux Package Checksum Verification**.
|
The fingerprint must match `E8A0 32E0 94D8 EB4E A189 D270 DA41 8C88 A321 9F7B`. You can also verify the key on [Security at HashiCorp](https://www.hashicorp.com/security) under **Linux Package Checksum Verification**.
|
||||||
|
|
||||||
1. Add the official HashiCorp repository to your system. The `lsb_release -cs` command finds the distribution release codename for your current system, such as `buster`, `groovy`, or `sid`.
|
1. Add the official HashiCorp repository to your system. The `lsb_release -cs` command finds the distribution release codename for your current system, such as `buster`, `groovy`, or `sid`.
|
||||||
|
Loading…
Reference in New Issue
Block a user