diff options
| author | Leo Famulari <leo@famulari.name> | 2019-07-23 19:55:28 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2019-07-24 10:59:54 -0400 |
| commit | ce5ade10d0b1c839ef8c4a3cd093f79c5f86ff9d (patch) | |
| tree | b2612cb4ac5b2d4fdc790c4e29044dc3db26e4a5 | |
| parent | d5f14ac7b319b0732597723328eedb2feae1fc2a (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.texi | 10 |
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@* | |||
| 28 | Copyright @copyright{} 2015, 2016 Mathieu Lirzin@* | 28 | Copyright @copyright{} 2015, 2016 Mathieu Lirzin@* |
| 29 | Copyright @copyright{} 2014 Pierre-Antoine Rault@* | 29 | Copyright @copyright{} 2014 Pierre-Antoine Rault@* |
| 30 | Copyright @copyright{} 2015 Taylan Ulrich Bayırlı/Kammer@* | 30 | Copyright @copyright{} 2015 Taylan Ulrich Bayırlı/Kammer@* |
| 31 | Copyright @copyright{} 2015, 2016, 2017 Leo Famulari@* | 31 | Copyright @copyright{} 2015, 2016, 2017, 2019 Leo Famulari@* |
| 32 | Copyright @copyright{} 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus@* | 32 | Copyright @copyright{} 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus@* |
| 33 | Copyright @copyright{} 2016 Ben Woodcroft@* | 33 | Copyright @copyright{} 2016 Ben Woodcroft@* |
| 34 | Copyright @copyright{} 2016, 2017, 2018 Chris Marusich@* | 34 | Copyright @copyright{} 2016, 2017, 2018 Chris Marusich@* |
| @@ -560,6 +560,10 @@ $ gpg --keyserver @value{KEY-SERVER} \ | |||
| 560 | 560 | ||
| 561 | @noindent | 561 | @noindent |
| 562 | and rerun the @code{gpg --verify} command. | 562 | and rerun the @code{gpg --verify} command. |
| 563 | |||
| 564 | Take note that a warning like ``This key is not certified with a trusted | ||
| 565 | signature!'' 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 |
| 1904 | and rerun the @code{gpg --verify} command. | 1908 | and rerun the @code{gpg --verify} command. |
| 1909 | |||
| 1910 | Take note that a warning like ``This key is not certified with a trusted | ||
| 1911 | signature!'' is normal. | ||
| 1912 | |||
| 1905 | @c end duplication | 1913 | @c end duplication |
| 1906 | 1914 | ||
| 1907 | This image contains the tools necessary for an installation. | 1915 | This image contains the tools necessary for an installation. |
