summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2018-02-15 17:40:34 -0500
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2018-02-15 17:40:34 -0500
commitc1e65750aab434e137ba96a51e239687fc4643f4 (patch)
treeadd141d8b426c8d6649a6cfa3f95d78ca343cb64
parent8efb5a76a7de1c08c55d773c7cebb05c9ca42284 (diff)
downloadwebsite-c1e65750aab434e137ba96a51e239687fc4643f4.tar.gz
Fix typo in command examplev2018-02-15-02
It's --trust-model, not --trust-policy. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--content/signature.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/signature.rst b/content/signature.rst
index 05777fa..773a21c 100644
--- a/content/signature.rst
+++ b/content/signature.rst
@@ -103,14 +103,14 @@ To make the "``WARNING``" message go away you can indicate that you
choose to trust that key using TOFU::
$ gpg2 --tofu-policy good 38DBBDC86092693E
- $ gpg2 --trust-policy tofu --verify linux-4.6.6.tar.sign
+ $ gpg2 --trust-model tofu --verify linux-4.6.6.tar.sign
gpg: Signature made Wed 10 Aug 2016 06:55:15 AM EDT
gpg: using RSA key 38DBBDC86092693E
gpg: Good signature from "Greg Kroah-Hartman <gregkh@kernel.org>" [full]
gpg: gregkh@kernel.org: Verified 1 signature in the past 53 seconds. Encrypted
0 messages.
-Note that you may have to pass "``--trust-policy tofu``" the first time
+Note that you may have to pass "``--trust-model tofu``" the first time
you run the verify command, but it should not be necessary after that.
Important fingerprints