<div class="markdown">
<p dir="auto">Sorry to revive a thread that's a couple of months old...</p>

<p dir="auto">Trying to reduce the number of error messages in the logs of all my FAI installations, I too was looking at installing repository GPG keys, and they weren't working as specified in the Guide.  (ie. that you should put keys as CLASSNAME.asc in package_config)</p>

<p dir="auto">I came across George's suggestion here:</p>

<p dir="auto"><a href="https://lists.uni-koeln.de/pipermail/linux-fai/2015-October/011117.html">https://lists.uni-koeln.de/pipermail/linux-fai/2015-October/011117.html</a></p>

<p dir="auto">that the keys should be installed into separate, class-related keyrings, a feature which Thomas then implemented.</p>

<p dir="auto">However, this doesn't work for me, because the class-specific keyring doesn't exist at this point, and 'apt-key add --keyring...' therefore fails.  </p>

<p dir="auto">I fixed this by doing something like:</p>

<pre><code> $ROOTCMD touch /etc/apt/trusted.gpg.d/[CLASSNAME].asc.gpg
</code></pre>

<p dir="auto">in my updatebase hooks, but it should probably be fixed somewhere in the source, unless there's a Right Way to do this!</p>

<p dir="auto">All the best,<br>
Quentin</p>

<hr>

<p dir="auto">Dr Quentin Stafford-Fraser<br>
<a href="mailto:quentin@pobox.com">quentin@pobox.com</a><br>
<a href="http://quentinsf.com">http://quentinsf.com</a><br>
mob: +44 7798 851702<br>
blog: statusq.org<br>
social: @quentinsf on most services</p>

</div>