Waiting an email: A message has been sent to <email address hidden>, encrypted with the key .
Hello,
Waiting for an email from Launchpad.net.
I am trying to add a new gnupg key to the Launchpad.
When adding a gpg --fingerprint the launchpad page says:
"""
A message has been sent to <email address hidden>, encrypted with the key 3072R/XXXXXYYYY
To confirm the key is yours, decrypt the message and follow the link inside.
"""
But I never receive messages or emails from Launchpad.net.
Kindly
Osmo Moma Antero
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Colin Watson
- Solved:
- 2018-10-22
- Last query:
- 2018-10-22
- Last reply:
- 2018-10-22
moma (osmoma) said : | #1 |
This is the page for Import of OpenPGP keys
https:/
----
The page says (since 2 days ago):
Keys pending validation
[x] 0A8F2F0F92E6BAB
How to validate?
Who is going to validate?
I have no emails from Launchpad.
Have checked spam/public/
moma (osmoma) said : | #2 |
Re-hello,
Trying to upload code + packages for Audio-recorder for Ubuntu 18.10.
This is quite an important issue.
Please help !
My attempt to add "audio-recorder" packages to the PPA fails too.
The packages simply vanishes without a trace.
Version 2.2.0 of audio-recorder disappeared.
The same happened to v2.2.1.
$ debuild -S -sd -kC9D8E32D52308
..
$ dput ppa:audio-
Checking signature on .changes
gpg: /home/moma/
Checking signature on .dsc
gpg: /home/moma/
Uploading to ppa (via ftp to ppa.launchpad.net):
Uploading audio-recorder_
Uploading audio-recorder_
Uploading audio-recorder_
Uploading audio-recorder_
Then it disappeared.
Kindly
moma
|
#3 |
I've looked through our logs. While I can't see the content of the emails, I can see quite a few cases where you did something on https:/
My best suggestion is to acquire another non-Gmail email address, go to https:/
moma (osmoma) said : | #4 |
Ok, thank you.
I received an e-mail from from OpenPGP.
I Will confirmar my Key and it solves the problema.
Obrigado.
Osmo MomaAntero
Portugal
moma (osmoma) said : | #5 |
Just a comment.
The email from Launchpad is encrypted with OpenPGP (public) key.
I do not have email system with GPG-plugins, so I simply copied the text from the email to a file.txt, and run:
$ gpg --decrypt file.txt
Another option is to use a 'here' document with copy & paste.
$ gpg --decrypt <<XXXX!
-----BEGIN PGP MESSAGE-----
Version: GnuPG v1
...
...
...
-----END PGP MESSAGE-----
XXXX!