<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Am 12.04.2017 um 22:07 schrieb Thomas
      Lange:<br>
    </div>
    <blockquote
      cite="mid:22766.35078.153900.796009@kueppers.informatik.uni-Koeln.de"
      type="cite">
      <pre wrap="">IIRC, I did it using this command

gpg -a --export --export-options export-clean <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:lange@debian.org">lange@debian.org</a> > my.asc

Maye use export-minimal instead of export-clean</pre>
    </blockquote>
    <p>This will export the key from your personal keyring; the OP wants
      to export from apt's keyring. So it should be:</p>
    <pre wrap="">gpg -a --keyring /etc/apt/trusted.gpg --export --export-options export-clean <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:lange@debian.org">lange@debian.org</a> > my.asc

Bye,
Andreas 
</pre>
  </body>
</html>