secret key and public key

Asked by Luigi Colosimo

Hi,
this's my problem:

In the launchpad site there is:

Sign the Ubuntu code of Conduct
To sign the code of conduct:

Download the file to your own computer and read it carefully to ensure you agree to it.

In a terminal, run the command:
gpg --clearsign UbuntuCodeofConduct-1.1.txt
(or whatever filename you gave to the code). This will create a file with a name like UbuntuCodeofConduct-1.1.txt.asc.

Open that new file, and copy and paste its contents into this box. Then click “Continue”.

I sent:

"-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

= Ubuntu Code of Conduct v1.1 =

This Code of Conduct covers our behaviour as members of the Ubuntu
Community, in any forum, mailing list, wiki, web site, IRC channel,
install-fest, public meeting or private correspondence. Ubuntu
governance bodies are ultimately accountable to the Ubuntu Community
Council and will arbitrate in any dispute over the conduct of a member
of the community.

      '''Be considerate.''' Our work will be used by other people, and
      we in turn will depend on the work of others. Any decision we take
      will affect users and colleagues, and we should take those
      consequences into account when making decisions. Ubuntu has
      millions of users and thousands of contributors. Even if it's not
      obvious at the time, our contributions to Ubuntu will impact the
      work of others. For example, changes to code, infrastructure,
      policy, documentation, and translations during a release may
      negatively impact others' work.

      '''Be respectful.''' The Ubuntu community and its members treat
      one another with respect. Everyone can make a valuable
      contribution to Ubuntu. We may not always agree, but disagreement
      is no excuse for poor behaviour and poor manners. We might all
      experience some frustration now and then, but we cannot allow that
      frustration to turn into a personal attack. It's important to
      remember that a community where people feel uncomfortable or
      threatened is not a productive one. We expect members of the
      Ubuntu community to be respectful when dealing with other
      contributors as well as with people outside the Ubuntu project and
      with users of Ubuntu.

      '''Be collaborative.''' Collaboration is central to Ubuntu and to
      the larger free software community. This collaboration involves
      individuals working with others in teams within Ubuntu, teams
      working with each other within Ubuntu, and individuals and teams
      within Ubuntu working with other projects outside. This
      collaboration reduces redundancy, and improves the quality of our
      work. Internally and externally, we should always be open to
      collaboration. Wherever possible, we should work closely with
      upstream projects and others in the free software community to
      coordinate our technical, advocacy, documentation, and other work.
      Our work should be done transparently and we should involve as
      many interested parties as early as possible. If we decide to
      take a different approach than others, we will let them know early,
      document our work and inform others regularly of our progress.

      '''When we disagree, we consult others.''' Disagreements, both
      social and technical, happen all the time and the Ubuntu
      community is no exception. It is important that we resolve
      disagreements and differing views constructively and with the help
      of the community and community processes. We have the Technical
      Board, the Community Council, and a series of other governance
      bodies which help to decide the right course for Ubuntu. There are
      also several Project Teams and Team Leaders, who may be able to
      help us figure out the best direction for Ubuntu. When our goals
      differ dramatically, we encourage the creation of alternative sets of
      packages, or derivative distributions, using the Ubuntu Package
      Management framework, so that the community can test new ideas and
      contribute to the discussion.

      '''When we are unsure, we ask for help.''' Nobody knows
      everything, and nobody is expected to be perfect in the Ubuntu
      community. Asking questions avoids many problems down the road,
      and so questions are encouraged. Those who are asked questions should
      be responsive and helpful. However, when asking a question, care must
      be taken to do so in an appropriate forum.

      '''Step down considerately.''' Members of every project come and
      go and Ubuntu is no different. When somebody leaves or disengages
      from the project, in whole or in part, we ask that they do so in a
      way that minimises disruption to the project. This means they
      should tell people they are leaving and take the proper steps to
      ensure that others can pick up where they left off.

We pride ourselves on building a productive, happy and agile community
that can welcome new ideas in a complex field, and foster collaboration
between groups with very different needs, interests and goals. We hold
our leaders to an even higher standard, in the Leadership Code of
Conduct, and arrange the governance of the community to ensure that
issues can be raised with leaders who are engaged, interested and
competent to help resolve them.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBAgAGBQJNoArjAAoJEM33XP+95g+2M78IAIUJDYVsWSkLKFag0EHYwGpQ
0HyfAfAUGS18ixp1VLUpPXEONsbR4oIoi/rY0Gkl/D/H8CTSMb9oZODqJ7Fea9fp
4rF9XLW82MinP+eoM8LhBPOqdRixaa3XkaL5GDb08vY24jRh1bPoZSAKxdknHyOj
9Txb+I31xQ2fHTGumr0qUBxaaOTkdZ8jjvgpLhLHvi8ZIVJHQulpzZOO/0LvWqTy
SlYjYLkeTKpgqnS296jgRFpPvTJX1gpMsM8RSlCyg70F9ZT4tdzorw5J45vj8p0l
9zurxntqLc5NsoQUe2WiOPV6P9gl2JeWVJjHNsvViYnB2DBXXEGco4KH+dO+m8I=
=5UBY
-----END PGP SIGNATURE----- "

After I click on "continue".... but portal show this errors: (7, 9, u'No public key').

I have tried with another signature, in my PC the file: "id_rsa.pub".... but Launchpad sistem show error: "No date"

 Can help me someone? Thanks.

Question information

Language:
Italian Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Max Bowsher
Solved:
Last query:
Last reply:
Revision history for this message
Best Max Bowsher (maxb) said :
#1

You have associated the PGP key id 035FE804 with your Launchpad profile.

However, you have signed the CoC with PGP key id BDE60FB6.

Re-sign the CoC with the same key you have associated with your Launchpad profile, or submit the second key to the keyserver network and associated it with your Launchpad profile too.

Revision history for this message
Luigi Colosimo (luicolos) said :
#2

Thanks Max Bowsher, that solved my question.