From 44e8ba7067f96f9f819634d08c952b5db2436dc4 Mon Sep 17 00:00:00 2001
From: praschdorff
Date: Sun, 25 Feb 2018 22:01:53 +0100
Subject: [PATCH] Fixed typos, added Info about verifiying GPG-signatures
depending on the GPG version different commands might be needed to verify a signature of a public key without importing it.
More information can be found here:
https://unix.stackexchange.com/questions/391344/gnupg-command-to-show-key-info-from-file
---
configuration/multimedia.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/configuration/multimedia.md b/configuration/multimedia.md
index 334f9ef5..454087fc 100644
--- a/configuration/multimedia.md
+++ b/configuration/multimedia.md
@@ -12,7 +12,7 @@ Multimedia
==========
Note: This Howto has been written and was tested under Qubes 4rc4
-You can consolidate most of your media streaming tasks into one "multimedia" App-VM. This howto explains how to create a multimedia temmplate which can be used to play multimedia content.
+You can consolidate most of your media streaming tasks into one "multimedia" App-VM. This howto explains how to create a multimedia template which can be used to play multimedia content.
This includes:
- Spotify
@@ -70,7 +70,10 @@ Copy the public signing key over to the multimedia template VM
Paste the content from the Qubes Clipboard into nano (Shift+Ctrl+V and then Paste)
Save the file (Ctrl+O Ctrl+X)
-Check the signature of the signing key (in the multimedia Template VM)
+Check the signature of the signing key (in the multimedia Template VM).
+Hint: depending on your installed version of GnuPG the command to show a public might slightly be different.
+See https://unix.stackexchange.com/questions/391344/gnupg-command-to-show-key-info-from-file for more information.
+If this command doesn't show a fingerprint choose one of the other commands mentioned in the above link.
`gpg --with-fingerprint spotify.pubkey`