mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-27 16:29:28 -05:00
Add missing source verification to builder instruction
Additionally use long keyid for Qubes master key
This commit is contained in:
parent
b219addad5
commit
59a101e2ba
@ -51,17 +51,20 @@ It is also recommended to use an empty passphrase for the private key used for s
|
||||
So, to build Qubes one would do:
|
||||
|
||||
# Import the Qubes master key
|
||||
gpg --recv-keys 0x36879494
|
||||
gpg --recv-keys 0xDDFA1A3E36879494
|
||||
|
||||
# Verify its fingerprint, set as 'trusted'.
|
||||
# This is described here:
|
||||
# https://www.qubes-os.org/doc/VerifyingSignatures
|
||||
|
||||
wget http://keys.qubes-os.org/keys/qubes-developers-keys.asc
|
||||
wget https://keys.qubes-os.org/keys/qubes-developers-keys.asc
|
||||
gpg --import qubes-developers-keys.asc
|
||||
|
||||
git clone git://github.com/QubesOS/qubes-builder.git qubes-builder
|
||||
cd qubes-builder
|
||||
|
||||
# Verify its integrity:
|
||||
git tag -v `git describe`
|
||||
|
||||
cp example-configs/qubes-os-master.conf builder.conf
|
||||
# edit the builder.conf file and set the following variables:
|
||||
|
Loading…
Reference in New Issue
Block a user