Hi
I am attempting to publish my database app DaTable.
I have an invite to upload to extras and I am having trouble entering my public keys.
There is probably something really basic I'm missing but here goes.
What I have done:
Code:
ssh-keygen -t rsa
Code:
cat ~/.ssh/id_rsa.pub
pasted into the public ssh key field
Code:
gpg --gen-key
and
Code:
gpg --export --armor jqdoe@example.com > filename
using my own email address
Code:
cat fllename
pasted into the gpg field and this returns
"Error: the key you provided is not a valid PGP or GPG public key"
I have tried with key types (1) and (2) and with/without the begin/end block lines.
I am attempting to publish my database app DaTable.
I have an invite to upload to extras and I am having trouble entering my public keys.
There is probably something really basic I'm missing but here goes.
What I have done:
"Error: the key you provided is not a valid PGP or GPG public key"
I have tried with key types (1) and (2) and with/without the begin/end block lines.
any help here appreciated.
Rick