Fixed code block indenting.

This commit is contained in:
Axon 2015-06-05 23:30:36 +00:00
parent 9e2f5fda8b
commit fb821292e4
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -123,7 +123,6 @@ its contents, and reading them.
1. Clone the QSP repo. 1. Clone the QSP repo.
```
[user@qubes ~]$ git clone https://github.com/QubesOS/qubes-secpack.git [user@qubes ~]$ git clone https://github.com/QubesOS/qubes-secpack.git
Cloning into 'qubes-secpack'... Cloning into 'qubes-secpack'...
remote: Counting objects: 195, done. remote: Counting objects: 195, done.
@ -131,11 +130,9 @@ its contents, and reading them.
Receiving objects: 100% (195/195), 130.94 KiB | 207.00 KiB/s, done. Receiving objects: 100% (195/195), 130.94 KiB | 207.00 KiB/s, done.
Resolving deltas: 100% (47/47), done. Resolving deltas: 100% (47/47), done.
Checking connectivity... done. Checking connectivity... done.
```
2. Import the included PGP keys. 2. Import the included PGP keys.
```
[user@qubes ~]$ gpg --import qubes-secpack/keys/*/* [user@qubes ~]$ gpg --import qubes-secpack/keys/*/*
gpg: directory `/home/user/.gnupg' created gpg: directory `/home/user/.gnupg' created
gpg: new configuration file `/home/user/.gnupg/gpg.conf' created gpg: new configuration file `/home/user/.gnupg/gpg.conf' created
@ -163,11 +160,9 @@ its contents, and reading them.
gpg: Total number processed: 17 gpg: Total number processed: 17
gpg: imported: 17 (RSA: 17) gpg: imported: 17 (RSA: 17)
gpg: no ultimately trusted keys found gpg: no ultimately trusted keys found
```
3. Verify and trust the Qubes Master Signing Key. 3. Verify and trust the Qubes Master Signing Key.
```
[user@qubes ~]$ gpg --edit-key 36879494 [user@qubes ~]$ gpg --edit-key 36879494
gpg (GnuPG) 1.4.18; Copyright (C) 2014 Free Software Foundation, Inc. gpg (GnuPG) 1.4.18; Copyright (C) 2014 Free Software Foundation, Inc.
This is free software: you are free to change and redistribute it. This is free software: you are free to change and redistribute it.
@ -207,7 +202,6 @@ its contents, and reading them.
unless you restart the program. unless you restart the program.
gpg> q gpg> q
```
**Important!** **Important!**
@ -220,7 +214,6 @@ its contents, and reading them.
4. Verify and read the canaries. 4. Verify and read the canaries.
```
[user@qubes ~]$ cd qubes-secpack/canaries/ [user@qubes ~]$ cd qubes-secpack/canaries/
[user@qubes canaries]$ gpg --verify canary-001-2015.txt.sig.joanna canary-001-2015.txt [user@qubes canaries]$ gpg --verify canary-001-2015.txt.sig.joanna canary-001-2015.txt
gpg: Signature made Mon Jan 5 20:21:40 2015 UTC using RSA key ID 92C7B3DC gpg: Signature made Mon Jan 5 20:21:40 2015 UTC using RSA key ID 92C7B3DC
@ -234,11 +227,9 @@ its contents, and reading them.
---===[ Qubes Canary #1 ]===--- ---===[ Qubes Canary #1 ]===---
[...] [...]
```
5. Verify and read the QSBs. 5. Verify and read the QSBs.
```
[user@qubes canaries]$ cd ../QSBs/ [user@qubes canaries]$ cd ../QSBs/
[user@qubes QSBs]$ gpg --verify qsb-013-2015.txt.sig.joanna qsb-013-2015.txt [user@qubes QSBs]$ gpg --verify qsb-013-2015.txt.sig.joanna qsb-013-2015.txt
gpg: Signature made Mon Jan 5 21:22:14 2015 UTC using RSA key ID 92C7B3DC gpg: Signature made Mon Jan 5 21:22:14 2015 UTC using RSA key ID 92C7B3DC
@ -252,4 +243,3 @@ its contents, and reading them.
---===[ Qubes Security Bulletin #13 ]===--- ---===[ Qubes Security Bulletin #13 ]===---
[...] [...]
```