summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2019-07-23 19:55:28 -0400
committerLeo Famulari <leo@famulari.name>2019-07-24 10:59:54 -0400
commitce5ade10d0b1c839ef8c4a3cd093f79c5f86ff9d (patch)
treeb2612cb4ac5b2d4fdc790c4e29044dc3db26e4a5
parentd5f14ac7b319b0732597723328eedb2feae1fc2a (diff)
doc: Warn about GPG warning.
* doc/guix.texi (Binary Installation, USB Stick and DVD Installation): Warn users about the web-of-trust untrusted key warning from GPG.
-rw-r--r--doc/guix.texi10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index ae9ad0739e9..a0e8b0210e8 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -28,7 +28,7 @@ Copyright @copyright{} 2014, 2015, 2016 Alex Kost@*
28Copyright @copyright{} 2015, 2016 Mathieu Lirzin@* 28Copyright @copyright{} 2015, 2016 Mathieu Lirzin@*
29Copyright @copyright{} 2014 Pierre-Antoine Rault@* 29Copyright @copyright{} 2014 Pierre-Antoine Rault@*
30Copyright @copyright{} 2015 Taylan Ulrich Bayırlı/Kammer@* 30Copyright @copyright{} 2015 Taylan Ulrich Bayırlı/Kammer@*
31Copyright @copyright{} 2015, 2016, 2017 Leo Famulari@* 31Copyright @copyright{} 2015, 2016, 2017, 2019 Leo Famulari@*
32Copyright @copyright{} 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus@* 32Copyright @copyright{} 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus@*
33Copyright @copyright{} 2016 Ben Woodcroft@* 33Copyright @copyright{} 2016 Ben Woodcroft@*
34Copyright @copyright{} 2016, 2017, 2018 Chris Marusich@* 34Copyright @copyright{} 2016, 2017, 2018 Chris Marusich@*
@@ -560,6 +560,10 @@ $ gpg --keyserver @value{KEY-SERVER} \
560 560
561@noindent 561@noindent
562and rerun the @code{gpg --verify} command. 562and rerun the @code{gpg --verify} command.
563
564Take note that a warning like ``This key is not certified with a trusted
565signature!'' is normal.
566
563@c end authentication part 567@c end authentication part
564 568
565@item 569@item
@@ -1902,6 +1906,10 @@ $ gpg --keyserver @value{KEY-SERVER} \
1902 1906
1903@noindent 1907@noindent
1904and rerun the @code{gpg --verify} command. 1908and rerun the @code{gpg --verify} command.
1909
1910Take note that a warning like ``This key is not certified with a trusted
1911signature!'' is normal.
1912
1905@c end duplication 1913@c end duplication
1906 1914
1907This image contains the tools necessary for an installation. 1915This image contains the tools necessary for an installation.