<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: GPG Key should be stored in extra keyring in Desktop (Linux)</title>
    <link>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5493568#M21507</link>
    <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have to use the new GPG cert:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;A href="https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg" target="_blank" rel="noopener"&gt;https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;It will expire 2024-02-07&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Giorgiogiulio&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jan 2023 16:37:33 GMT</pubDate>
    <dc:creator>giparra</dc:creator>
    <dc:date>2023-01-24T16:37:33Z</dc:date>
    <item>
      <title>GPG Key should be stored in extra keyring</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5483610#M21466</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Ubuntu 22.xx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hi, the instructions to install the spotify client via APT are outdated.&lt;BR /&gt;Nowadays the GPG Key should be stored in a extra keyring.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -sS https://download.spotify.com/debian/pubkey_C85668DF69375001.gpg | sudo apt-key add - 
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;should be&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -fsSL https://download.spotify.com/debian/pubkey_C85668DF69375001.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/spotify.gpg

echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/spotify.gpg] http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if not ... Ubuntu (apt) will throw an deprecation warning.&lt;BR /&gt;&lt;BR /&gt;UPDATED: The instruction take care about the new signing key now.&lt;BR /&gt;UPDATED: Updated instructions for new key "&lt;SPAN&gt;6224F9941A8AA6D1"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;UPDATED: Updated instructions for new key "&lt;SPAN&gt;C85668DF69375001"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2025 09:05:25 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5483610#M21466</guid>
      <dc:creator>xendon</dc:creator>
      <dc:date>2025-01-02T09:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: GPG Key should be stored in extra keyring</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5490455#M21476</link>
      <description>&lt;P&gt;The download page now uses the gpg command directly instead of apt-key.&amp;nbsp;&lt;A href="https://www.spotify.com/download/linux/" target="_blank"&gt;https://www.spotify.com/download/linux/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using signed-by is also a very good idea. A ticket has been added internally to fix this. There is unfortunately some more work internally to be done before we can use that solution.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 10:45:54 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5490455#M21476</guid>
      <dc:creator>jooon</dc:creator>
      <dc:date>2023-01-18T10:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: GPG Key should be stored in extra keyring</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5491360#M21482</link>
      <description>&lt;P&gt;I'm having issues getting updates lately:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$ sudo apt update
[...]
Get:16 http://repository.spotify.com stable InRelease [3,316 B]
Err:16 http://repository.spotify.com stable InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7A3A762FAFD4A51F
Fetched 4,873 B in 3s (1,415 B/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://repository.spotify.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7A3A762FAFD4A51F
W: Failed to fetch http://repository.spotify.com/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7A3A762FAFD4A51F
W: Some index files failed to download. They have been ignored, or old ones used instead.
$ cat /etc/apt/sources.list.d/spotify.list
deb [signed-by=/etc/apt/trusted.gpg.d/spotify.gpg] http://repository.spotify.com stable non-free
$ gpg --show-keys /etc/apt/trusted.gpg.d/spotify.gpg
pub   rsa4096 2021-10-27 [SC] [expires: 2023-01-20]
      F9A211976ED662F00E59361E5E3C45D7B312C643
uid                      Spotify Public Repository Signing Key &amp;lt;**bleep**&amp;gt;

$&lt;/LI-CODE&gt;&lt;P&gt;Do I need to grab a new public key? I believe this is the right one based on the current instructions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 21:07:59 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5491360#M21482</guid>
      <dc:creator>IBreakCellPhones</dc:creator>
      <dc:date>2023-01-19T21:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: GPG Key should be stored in extra keyring</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5491527#M21484</link>
      <description>&lt;P&gt;This seems to be a recurring problem.&amp;nbsp; Try looking at the Spotify download instructions here: &lt;A href="https://www.spotify.com/uk/download/linux/" target="_blank"&gt;https://www.spotify.com/uk/download/linux/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This fixed my problem&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 10:16:59 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5491527#M21484</guid>
      <dc:creator>dorothyMolloy</dc:creator>
      <dc:date>2023-01-20T10:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: GPG Key should be stored in extra keyring</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5491694#M21488</link>
      <description>&lt;P&gt;That refers to&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;pubkey_7A3A762FAFD4A51F.gpg&lt;/PRE&gt;&lt;P&gt;which:&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Expires today&lt;/LI&gt;&lt;LI&gt;Is the key that I'm using--see the NO_PUBKEY issues above.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 20 Jan 2023 17:24:59 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5491694#M21488</guid>
      <dc:creator>IBreakCellPhones</dc:creator>
      <dc:date>2023-01-20T17:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: GPG Key should be stored in extra keyring</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5492751#M21501</link>
      <description>&lt;P&gt;key is now expired and causes apt to fail&lt;/P&gt;&lt;PRE&gt;W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://repository.spotify.com testing InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7A3A762FAFD4A51F&lt;BR /&gt;W: Failed to fetch http://repository.spotify.com/dists/testing/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7A3A762FAFD4A51F&lt;BR /&gt;W: Some index files failed to download. They have been ignored, or old ones used instead.&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 Jan 2023 15:11:44 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5492751#M21501</guid>
      <dc:creator>Alternize</dc:creator>
      <dc:date>2023-01-23T15:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: GPG Key should be stored in extra keyring</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5493568#M21507</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have to use the new GPG cert:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;A href="https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg" target="_blank" rel="noopener"&gt;https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;It will expire 2024-02-07&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Giorgiogiulio&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 16:37:33 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5493568#M21507</guid>
      <dc:creator>giparra</dc:creator>
      <dc:date>2023-01-24T16:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: GPG Key should be stored in extra keyring</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5493591#M21508</link>
      <description>&lt;P&gt;Looks like it's working now!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 17:07:48 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5493591#M21508</guid>
      <dc:creator>IBreakCellPhones</dc:creator>
      <dc:date>2023-01-24T17:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: GPG Key should be stored in extra keyring</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5493635#M21509</link>
      <description>&lt;P&gt;Hi @all I've upgraded the instructions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 18:21:45 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5493635#M21509</guid>
      <dc:creator>xendon</dc:creator>
      <dc:date>2023-01-24T18:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: GPG Key should be stored in extra keyring</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5493652#M21510</link>
      <description>&lt;P&gt;Looks like the second line of the instructions to install the key needs to change from:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list&lt;/LI-CODE&gt;&lt;P&gt;to&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;echo "deb [signed-by=/etc/apt/trusted.gpg.d/spotify.gpg] http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list&lt;/LI-CODE&gt;&lt;P&gt;This will tell apt to use the downloaded key to check the signature.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 18:39:31 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5493652#M21510</guid>
      <dc:creator>IBreakCellPhones</dc:creator>
      <dc:date>2023-01-24T18:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: GPG Key should be stored in extra keyring</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5503437#M21533</link>
      <description>&lt;P&gt;Hi, I'm using &lt;A href="https://grep.be/blog/en/computer/debian/Announcing_extrepo/" target="_self"&gt;extrepo&lt;/A&gt; to manage extra repositories and they rely on the gpg key available in public server (such as pgp.surf.nl). Currently the availabe key is the expired one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please push the renewed key to public pgp servers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 22:45:45 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5503437#M21533</guid>
      <dc:creator>charlesmelara</dc:creator>
      <dc:date>2023-02-10T22:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: GPG Key should be stored in extra keyring</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5992577#M22720</link>
      <description>&lt;P&gt;Hi, the new instructions work better than the previous version, but still leave users' systems in an insecure configuration. Specifically, keys in /etc/apt/trusted.gpg.d are trusted to sign *any* apt repository, whereas I (and most users) should only trust Spotify to sign their own repository.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are two ways that this could be fixed:&lt;/P&gt;&lt;P&gt;1. Store the key in /usr/share/keyrings and refer to it with [signed-by=/usr/share/keyrings/spotify-1.gpg,/usr/share/keyrings/spotify-2.gpg]&lt;/P&gt;&lt;P&gt;2. Use deb-822 format, and include the keys inline in the .sources file, like so:&lt;/P&gt;&lt;P&gt;thequux@baarle &amp;lt;~&amp;gt;&lt;BR /&gt;[0]$ cat /etc/apt/sources.list.d/spotify.sources&lt;BR /&gt;Types: deb&lt;BR /&gt;URIs: &lt;A href="http://repository.spotify.com" target="_blank"&gt;http://repository.spotify.com&lt;/A&gt;&lt;BR /&gt;Suites: stable&lt;BR /&gt;Components: non-free&lt;BR /&gt;Signed-by:&lt;BR /&gt;-----BEGIN PGP PUBLIC KEY BLOCK-----&lt;BR /&gt;.&lt;BR /&gt;mQINBGVWABgBEACmyHqClhrPEupgMG5n14x1nKSSbqed9IDu5+m4vKve5gUlGLmg&lt;BR /&gt;GqmlKjaIWaxKNsd0NrZ5b4tDE9/o2DLyI95f77zLavfmUqBHun3ksGnQcOTcnHLy&lt;BR /&gt;bKuxxCMGOz4uPMdfZuilI9KoT5m/O49fCP23eYMlBiqtQ1zMgwM1dnwcrp8OLYDT&lt;BR /&gt;e92AzE8Ghf1PMtkpXwOugMa1HimxSZ4mfoxf7TgkWtpHd3MvehJYXdO4FNE841rI&lt;BR /&gt;zn/mSR57M9B22s6TEHFET7sajZsO3adtSZVeadYQAbHEQx+BxpWZ9Rd9ynQXvCbQ&lt;BR /&gt;GMSLB6kR7H3rOSQzHENaR2esDJVoMMaV3ny26aQZLi4GtSR58zu6Tlbv9cSnEa19&lt;BR /&gt;nXLJNfxB4u2ZlOpkHg1NjXXCcLLdkIUSvdXFEgBpAfUE1LSa+q6geQ/YJk18YRQz&lt;BR /&gt;Uq0eL+avBlcze+z/vabvWaHGP3NTelUaksk3BxyRpOupn5xJHOyNZBwB2lEnBEwP&lt;BR /&gt;xClJaVzN8seFh9Wq0zQmRFoYR8keVgKsC4KUT8ULHX+/rU8JptnM9X5SSGd1mv8i&lt;BR /&gt;nT3BMu3KFdXtZHNYb6i9gvpvK2jRyqrZ3RvBKHXlA8Lk4PzHe8bC5qGmsjpd6Xgb&lt;BR /&gt;kZKMoemHZe3vJ5dy5g3JQuzrKaks/wlWR65Vm8nDE/bd1dECqxxVprD74wARAQAB&lt;BR /&gt;tDdTcG90aWZ5IFB1YmxpYyBSZXBvc2l0b3J5IFNpZ25pbmcgS2V5IDx0dXhAc3Bv&lt;BR /&gt;dGlmeS5jb20+iQJUBBMBCgA+FiEEY8vuyQBmAgiPmxkyYiT5lBqKptEFAmVWABgC&lt;BR /&gt;GwMFCQJRQwAFCwkIBwIGFQoJCAsCBBYCAwECHgECF4AACgkQYiT5lBqKptGIsw//&lt;BR /&gt;cgeO0BVuOeAXyGdwoQaGnog8fyoNx/VkiX63BYB/J6HSIAnun0F4bImXa7kgScyX&lt;BR /&gt;bPjPusTn7y4PEenqWl4Olaos9+B6U3vs1f0RHOCbbxtQUJOtVAFdfsRMWoxCviic&lt;BR /&gt;0boW/5bFaDitBtuai8olbpb1YiA94uC+wGRXMWC3QOAwNPu9YWdon6IwJ4AFnEsS&lt;BR /&gt;NpU3Vlyqrz4ZEwYm6FhW8cvoBHfOwJo3WQ1nKSXFBMSod58o97Lhr308wvIuev7X&lt;BR /&gt;IgGeIZ1+zN39N7BLTaem9ynB8Fk0Mj9WGR+tztuQMcnZeL18rZNkMuzHx7UFY+ir&lt;BR /&gt;GgusbpenRPRaqXpUGES2zPwxpUWIMV3fzoI045ktVNDHVqxcQ67DfQX+bgiUPcY5&lt;BR /&gt;WaeEBSbpiqhqbqUjLtdTZtqyp1wMNHWxnQ4Bd9M2OipeKLThZ3sorFFZqVLmQ0Qs&lt;BR /&gt;CNJ9fgHpCW2LFs4U3fMxyNxbgfTZ0fog5PlEw67bTDloFh6EuFS8gmr6quSaYhor&lt;BR /&gt;1IjbJ8iex7lINqNUgZ4PDUYNnciLhYYgmvj8dKq1pZMPkZwTsGjtFnNJtlIE26qN&lt;BR /&gt;sbbV1qADvxhOCZ9QjeQfT20FjaUYeBryh4KqRu2kTg8FTYdOXSINlunLgLk3qW5F&lt;BR /&gt;IQkRR4+KWNraaGRySYGAGIIWc0Zzd8b6mIfJHcooAlc=&lt;BR /&gt;=F5Ek&lt;BR /&gt;-----END PGP PUBLIC KEY BLOCK-----&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2024 19:27:01 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/GPG-Key-should-be-stored-in-extra-keyring/m-p/5992577#M22720</guid>
      <dc:creator>thequux</dc:creator>
      <dc:date>2024-04-07T19:27:01Z</dc:date>
    </item>
  </channel>
</rss>

