I am using this tutorial to upload my android lib to bintray.com
I am following below steps to upload lib:
- gpg --gen-key
- gpg --list-keys
- gpg --keyserver hkp://pool.sks-keyservers.net --send-keys PUBLIC_KEY_ID
- gpg -a --export [email protected] > public_key_sender.asc
- gpg -a --export-secret-key [email protected] > private_key_sender.asc
I have replaced PUBLIC_KEY_ID with my key id, same for email as well.
I am not getting why I am not receiving emails?.
You should not expect to receive an e-mail at the address you used for the key. None of the steps you did there are supposed to result in any sort of e-mail confirmation being sent by anybody.
During gpg --gen-key
you should have entered an e-mail address to associate with the key, and during the export you should have used the same e-mail address in order to tell GPG which key you wanted it to export for you. The e-mail just functions as a name for the key.
If all the GPG stuff completed without error, you should be able to go to http://pool.sks-keyservers.net/ and search the e-mail address you used, and have the key show up in the results list. If that works, you can continue with the next step of the tutorial:
Open Bintray's Edit Profile page and click at GPG Signing. Fill in both Public Key and Private Key using content in public_key_sender.asc and private_key_sender.asc files exported in previous step respectively.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With