4

I'm trying to start a PPA and I understand I need to register my OpenPGP key with Launchpad.

I have had my PGP key on the Ubuntu keyserver for a long time at:

But when I try to input the fingerprint, which I am even copying from the Ubuntu keyserver itself, 00F3 CEDB FFB4 1C0F C3B2 CDE6 DC65 E5FD 407D 831A, Launchpad just complains that it couldn't import.

Does anyone know what I'm doing wrong? My only thought is that it's because I use EDDSA for everything since it's more secure, but since it's somewhat new Launchpad doesn't support it yet.

I've also tried entering the fingerprint of my signing-only subkey and that didn't work either

Eliah Kagan
  • 119,640

1 Answers1

5

Launchpad does not currently support EdDSA - it currently supports RSA, DSA, and ElGamal key algorithms.

We'd need to make some code changes to add support for EdDSA. Please file a bug requesting it.

Colin Watson
  • 6,400