From 0d672fa9c92f97bc758ef15c76047bb207e8efd8 Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Sat, 17 Feb 2018 15:50:52 +0000 Subject: [PATCH] remove --import-ownertrust on non-Qubes key should not be necessary for an official Qubes build --- building/qubes-r3-building.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/building/qubes-r3-building.md b/building/qubes-r3-building.md index 754ccc19..16f5647a 100644 --- a/building/qubes-r3-building.md +++ b/building/qubes-r3-building.md @@ -114,8 +114,4 @@ mkdir --parents "$GNUPGHOME" chmod --recursive 700 "$GNUPGHOME" echo '427F11FD0FAA4B080123F01CDDFA1A3E36879494:6:' | gpg --import-ownertrust ~~~ -And for the Whonix templates: -~~~ -echo '916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA:6:' | gpg --import-ownertrust -~~~