File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,15 +103,17 @@ If [keybase](https://keybase.io/) is available in the path it will also verify t
103103
104104You can opt-in to using GnuPG tools for PGP signature verification if keybase is not available:
105105
106+ Where ` TFENV_INSTALL_DIR ` is for example, ` ~/.tfenv ` or ` /usr/local/Cellar/tfenv/<version> `
107+
106108``` console
107- $ echo ' trust-tfenv: yes' > ~ /.tfenv /use-gpgv
109+ $ echo ' trust-tfenv: yes' > ${TFENV_INSTALL_DIR} /use-gpgv
108110$ tfenv install
109111```
110112
111113The ` trust-tfenv ` directive means that verification uses a copy of the
112114Hashicorp OpenPGP key found in the tfenv repository. Skipping that directive
113115means that the Hashicorp key must be in the existing default trusted keys.
114- Use the file ` ~/.tfenv /use-gnupg` to instead invoke the full ` gpg ` tool and
116+ Use the file ` ${TFENV_INSTALL_DIR} /use-gnupg` to instead invoke the full ` gpg ` tool and
115117see web-of-trust status; beware that a lack of trust path will not cause a
116118validation failure.
117119
You can’t perform that action at this time.
0 commit comments